Searched defs:fields (Results 1 – 10 of 10) sorted by relevance
/PHP-8.2/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …e, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool … 14 …ring $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool … 17 …ing $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array… 20 …ring $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool …
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 97 MYSQLND_FIELD *fields; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.c | 1467 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol() 1574 php_mysqlnd_rowp_read_text_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol()
|
H A D | mysqlnd_structs.h | 1154 MYSQLND_FIELD *fields; member
|
/PHP-8.2/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 122 const MYSQL_FIELD *fields; member
|
/PHP-8.2/ext/spl/ |
H A D | spl_directory.stub.php | 304 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $…
|
H A D | spl_directory.c | 2374 zval *fields = NULL; in PHP_METHOD() local
|
/PHP-8.2/ext/standard/ |
H A D | file.c | 1707 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local 1767 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es… in php_fputcsv()
|
H A D | basic_functions.stub.php | 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.c | 117 HashTable fields; member
|
Completed in 68 milliseconds