Searched defs:close (Results 1 – 22 of 22) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | dir.stub.php | 11 public function close() {} function in Directory
|
/PHP-8.0/ext/session/ |
H A D | session.stub.php | 48 $close = UNKNOWN, 72 public function close(); function 108 public function close() {} function in SessionHandler
|
H A D | mod_user_class.c | 64 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
|
/PHP-8.0/ext/sqlite3/ |
H A D | sqlite3.stub.php | 14 public function close() {} function in SQLite3 98 public function close() {} function in SQLite3Stmt
|
H A D | sqlite3.c | 177 PHP_METHOD(SQLite3, close) in PHP_METHOD() argument 1406 PHP_METHOD(SQLite3Stmt, close) in PHP_METHOD() argument
|
/PHP-8.0/ext/xmlreader/ |
H A D | php_xmlreader.stub.php | 8 public function close() {} function in XMLReader
|
H A D | php_xmlreader.c | 527 PHP_METHOD(XMLReader, close) in PHP_METHOD() argument
|
/PHP-8.0/ext/sockets/ |
H A D | windows_common.h | 32 #define close(a) closesocket(a) macro
|
/PHP-8.0/ext/dba/ |
H A D | php_dba.h | 77 void (*close)(dba_info *); member
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli.stub.php | 48 public function close() {} function in mysqli 311 public function close() {} function in mysqli_result 422 public function close() {} function in mysqli_stmt
|
/PHP-8.0/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 | 35 enum_func_status (*close)(MYSQLND_DEBUG * self); member
|
H A D | mysqlnd_connection.c | 2412 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
|
H A D | mysqlnd_structs.h | 634 func_mysqlnd_conn__close close; in MYSQLND_CLASS_METHODS_TYPE() local
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.stub.php | 81 public function close() {} function in SNMP
|
H A D | snmp.c | 1555 PHP_METHOD(SNMP, close) in PHP_METHOD() argument
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.stub.php | 76 public function close() {} function in ZipArchive
|
H A D | php_zip.c | 1528 PHP_METHOD(ZipArchive, close) argument
|
/PHP-8.0/ext/soap/ |
H A D | php_http.c | 1426 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
|
/PHP-8.0/ext/oci8/ |
H A D | oci8.stub.php | 664 public function close() {} function in OCILob
|
H A D | oci8_interface.c | 946 PHP_METHOD(OCILob, close) in PHP_METHOD() argument
|
/PHP-8.0/main/ |
H A D | php_streams.h | 118 int (*close)(php_stream *stream, int close_handle); member
|
Completed in 109 milliseconds