php_stream_stat -- Gets the status for the underlying storage associated with a stream
Syntax
int php_stream_stat ( php_stream * stream, php_stream_statbuf * ssb )
php_stream_stat() examines the storage to which stream
is bound, and returns information such as file size, access and creation times and so on.
The return value is 0 on success, -1 on error.
For more information about the information returned, see
php_stream_statbuf.
Php streams.php stream stat Function syntax tag
streams.php stream stat php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php streams.php stream stat syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.