Home
last modified time | relevance | path

Searched defs:write (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/session/
H A Dsession.stub.php59 callable $write = UNKNOWN,
88 public function write(string $id, string $data): bool; function
124 public function write(string $id, string $data): bool {} function in SessionHandler
H A Dmod_user_class.c108 PHP_METHOD(SessionHandler, write) in PHP_METHOD() argument
H A Dsession.c471 static void php_session_save_current_state(int write) /* {{{ */ in php_session_save_current_state()
1610 PHPAPI int php_session_flush(int write) /* {{{ */ in php_session_flush()
/PHP-8.1/ext/gd/libgd/
H A Dwebpng.c35 int write = 0; in main() local
/PHP-8.1/ext/sockets/
H A Dsockets.stub.php21 function socket_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, int $microsec…
/PHP-8.1/ext/curl/
H A Dcurl_private.h71 php_curl_write *write; member
/PHP-8.1/ext/oci8/
H A Doci8.stub.php615 public function write(string $data, ?int $length = null): int|false {} function in OCILob
/PHP-8.1/main/
H A Dphp_streams.h116 ssize_t (*write)(php_stream *stream, const char *buf, size_t count); member
/PHP-8.1/Zend/Optimizer/
H A Dzend_inference.c2107 ZEND_API uint32_t zend_array_element_type(uint32_t t1, zend_uchar op_type, int write, int insert) in zend_array_element_type()
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php1579 function stream_select(?array &$read, ?array &$write, ?array &$except, ?int $seconds, ?int $microse…

Completed in 59 milliseconds