Home
last modified time | relevance | path

Searched defs:fields (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php11 …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 Dpdo_pgsql.stub.php38 …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 Dmysqlnd_result_meta.c97 MYSQLND_FIELD *fields; in MYSQLND_METHOD() local
H A Dmysqlnd_wireprotocol.c1420 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol()
1512 php_mysqlnd_rowp_read_text_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_text_protocol()
H A Dmysqlnd_structs.h1152 MYSQLND_FIELD *fields; member
/php-src/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h124 const MYSQL_FIELD *fields; member
/php-src/ext/spl/
H A Dspl_directory.stub.php256 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $…
H A Dspl_directory.c2342 zval *fields = NULL; in PHP_METHOD() local
/php-src/ext/standard/
H A Dfile.c1686 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 Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/ffi/
H A Dffi.c128 HashTable fields; member

Completed in 83 milliseconds