Searched defs:close (Results 1 – 19 of 19) sorted by relevance
/PHP-8.3/ext/session/ |
H A D | session.stub.php | 73 $close = UNKNOWN, 98 public function close(): bool; function 134 public function close(): bool {} function in SessionHandler
|
H A D | mod_user_class.c | 66 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
|
/PHP-8.3/ext/standard/ |
H A D | dir.stub.php | 16 public function close(): void {} function in Directory
|
/PHP-8.3/ext/sockets/ |
H A D | windows_common.h | 32 #define close(a) closesocket(a) macro
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.stub.php | 322 public function close() {} // TODO make return type void function in SQLite3 407 public function close(): bool {} function in SQLite3Stmt
|
H A D | sqlite3.c | 176 PHP_METHOD(SQLite3, close) in PHP_METHOD() argument 1420 PHP_METHOD(SQLite3Stmt, close) in PHP_METHOD() argument
|
/PHP-8.3/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 153 public function close() {} // TODO make return type void function in XMLReader
|
H A D | php_xmlreader.c | 524 PHP_METHOD(XMLReader, close) in PHP_METHOD() argument
|
/PHP-8.3/ext/dba/ |
H A D | php_dba.h | 79 void (*close)(dba_info *); member
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_debug.c | 423 MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
|
H A D | mysqlnd_debug.h | 37 enum_func_status (*close)(MYSQLND_DEBUG * self); member
|
H A D | mysqlnd_connection.c | 2049 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
|
H A D | mysqlnd_structs.h | 616 func_mysqlnd_conn__close close; in MYSQLND_CLASS_METHODS_TYPE() local
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 1434 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.stub.php | 261 public function close(): bool {} function in SNMP
|
H A D | snmp.c | 1570 PHP_METHOD(SNMP, close) in PHP_METHOD() argument
|
/PHP-8.3/main/ |
H A D | php_streams.h | 123 int (*close)(php_stream *stream, int close_handle); member
|
/PHP-8.3/ext/oci8/ |
H A D | oci8_interface.c | 946 PHP_METHOD(OCILob, close) in PHP_METHOD() argument
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 1548 PHP_METHOD(ZipArchive, close) argument
|
Completed in 125 milliseconds