dio_truncate --
Truncates file descriptor fd to offset bytes
Syntax
bool dio_truncate ( resource fd, int offset )
Function dio_truncate() causes the file
referenced by fd to be truncated to at
most offset bytes in size. If the file
previously was larger than this size, the extra data is lost. If
the file previously was shorter, it is unspecified whether the
file is left unchanged or is extended. In the latter case the
extended part reads as zero bytes. Returns TRUE on success or FALSE on failure..
Note: This function is not
implemented on Windows platforms.
Php dio truncate Function syntax tag
dio truncate 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 dio truncate 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.