Home
last modified time | relevance | path

Searched defs:close (Results 1 – 22 of 22) sorted by relevance

/PHP-8.1/ext/session/
H A Dsession.stub.php57 $close = UNKNOWN,
82 public function close(): bool; function
118 public function close(): bool {} function in SessionHandler
H A Dmod_user_class.c64 PHP_METHOD(SessionHandler, close) in PHP_METHOD() argument
/PHP-8.1/ext/standard/
H A Ddir.stub.php16 public function close(): void {} function in Directory
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php18 public function close() {} // TODO make return type void function in SQLite3
103 public function close(): bool {} function in SQLite3Stmt
H A Dsqlite3.c176 PHP_METHOD(SQLite3, close) in PHP_METHOD() argument
1403 PHP_METHOD(SQLite3Stmt, close) in PHP_METHOD() argument
/PHP-8.1/ext/sockets/
H A Dwindows_common.h32 #define close(a) closesocket(a) macro
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php36 public function close() {} // TODO make the return type void function in XMLReader
H A Dphp_xmlreader.c526 PHP_METHOD(XMLReader, close) in PHP_METHOD() argument
/PHP-8.1/ext/dba/
H A Dphp_dba.h77 void (*close)(dba_info *); member
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_debug.c423 MYSQLND_METHOD(mysqlnd_debug, close)(MYSQLND_DEBUG * self) in MYSQLND_METHOD() argument
H A Dmysqlnd_debug.h37 enum_func_status (*close)(MYSQLND_DEBUG * self); member
H A Dmysqlnd_connection.c2062 MYSQLND_METHOD(mysqlnd_conn, close)(MYSQLND * conn_handle, const enum_connection_close_type close_t… argument
H A Dmysqlnd_structs.h619 func_mysqlnd_conn__close close; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php169 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 Dsnmp.stub.php91 public function close(): bool {} function in SNMP
H A Dsnmp.c1572 PHP_METHOD(SNMP, close) in PHP_METHOD() argument
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php89 public function close(): bool {} function in ZipArchive
H A Dphp_zip.c1537 PHP_METHOD(ZipArchive, close) argument
/PHP-8.1/ext/soap/
H A Dphp_http.c1404 static zend_string* get_http_body(php_stream *stream, int close, char *headers) in get_http_body()
/PHP-8.1/ext/oci8/
H A Doci8.stub.php669 public function close(): bool {} function in OCILob
H A Doci8_interface.c946 PHP_METHOD(OCILob, close) in PHP_METHOD() argument
/PHP-8.1/main/
H A Dphp_streams.h118 int (*close)(php_stream *stream, int close_handle); member

Completed in 106 milliseconds