Searched defs:close (Results 1 – 22 of 22) sorted by relevance
/PHP-8.1/ext/session/ |
H A D | session.stub.php | 57 $close = UNKNOWN, 82 public function close(): bool; function 118 public function close(): bool {} function in SessionHandler
|
H A D | mod_user_class.c | 64 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
|
/PHP-8.1/ext/standard/ |
H A D | dir.stub.php | 16 public function close(): void {} function in Directory
|
/PHP-8.1/ext/sqlite3/ |
H A D | sqlite3.stub.php | 18 public function close() {} // TODO make return type void function in SQLite3 103 public function close(): bool {} function in SQLite3Stmt
|
H A D | sqlite3.c | 176 PHP_METHOD(SQLite3, close) in PHP_METHOD() argument 1403 PHP_METHOD(SQLite3Stmt, close) in PHP_METHOD() argument
|
/PHP-8.1/ext/sockets/ |
H A D | windows_common.h | 32 #define close(a) closesocket(a) macro
|
/PHP-8.1/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 36 public function close() {} // TODO make the return type void function in XMLReader
|
H A D | php_xmlreader.c | 526 PHP_METHOD(XMLReader, close) in PHP_METHOD() argument
|
/PHP-8.1/ext/dba/ |
H A D | php_dba.h | 77 void (*close)(dba_info *); member
|
/PHP-8.1/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 | 2062 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
|
H A D | mysqlnd_structs.h | 619 func_mysqlnd_conn__close close; in MYSQLND_CLASS_METHODS_TYPE() local
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 169 public function close() {} // TODO make return type void function in mysqli 462 public function close(): void {} function in mysqli_result 636 public function close() {} // TODO make return type void function in mysqli_stmt
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.stub.php | 91 public function close(): bool {} function in SNMP
|
H A D | snmp.c | 1572 PHP_METHOD(SNMP, close) in PHP_METHOD() argument
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 89 public function close(): bool {} function in ZipArchive
|
H A D | php_zip.c | 1537 PHP_METHOD(ZipArchive, close) argument
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 1404 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
|
/PHP-8.1/ext/oci8/ |
H A D | oci8.stub.php | 669 public function close(): bool {} function in OCILob
|
H A D | oci8_interface.c | 946 PHP_METHOD(OCILob, close) in PHP_METHOD() argument
|
/PHP-8.1/main/ |
H A D | php_streams.h | 118 int (*close)(php_stream *stream, int close_handle); member
|
Completed in 196 milliseconds