Home
last modified time | relevance | path

Searched defs:ftruncate (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/ext/standard/
H A Dflock_compat.h57 # define ftruncate(a, b) chsize(a, b) macro
H A Dfile.c1509 PHP_FUNCTION(ftruncate) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1087 function ftruncate($stream, int $size): bool {} function
/PHP-8.1/main/
H A Dphp_network.h45 # define ftruncate(a, b) chsize(a, b) macro
/PHP-8.1/ext/spl/
H A Dspl_directory.stub.php258 public function ftruncate(int $size): bool {} function in SplFileObject
H A Dspl_directory.c2670 PHP_METHOD(SplFileObject, ftruncate) in PHP_METHOD() argument

Completed in 32 milliseconds