Searched defs:fields (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.stub.php | 11 …versable $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 …
|
H A D | pdo_pgsql.stub.php | 38 …e, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool … 40 …ring $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool … 42 …ing $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array… 44 …ring $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool …
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 97 MYSQLND_FIELD *fields; in MYSQLND_METHOD() local
|
H A D | mysqlnd_wireprotocol.c | 1454 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol() 1562 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 | 1152 MYSQLND_FIELD *fields; member
|
/php-src/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 124 const MYSQL_FIELD *fields; member
|
/php-src/ext/spl/ |
H A D | spl_directory.stub.php | 253 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $…
|
H A D | spl_directory.c | 2357 zval *fields = NULL; in PHP_METHOD() local
|
/php-src/ext/standard/ |
H A D | file.c | 1686 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local 1739 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 | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
/php-src/ext/ffi/ |
H A D | ffi.c | 128 HashTable fields; member
|
Completed in 66 milliseconds