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 …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 …
H A Dpdo_pgsql.stub.php31 …e, array $rows, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool …
33 …ring $filename, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): bool …
35 …ing $tableName, string $separator = "\t", string $nullAs = "\\\\N", ?string $fields = null): array…
37 …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.c1405 php_mysqlnd_rowp_read_binary_protocol(MYSQLND_ROW_BUFFER * row_buffer, zval * fields, in php_mysqlnd_rowp_read_binary_protocol()
1496 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.h122 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.c2356 zval *fields = NULL; in PHP_METHOD() local
/php-src/ext/standard/
H A Dfile.c1701 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
1761 PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimiter, char enclosure, int es… in php_fputcsv()
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
/php-src/ext/ffi/
H A Dffi.c128 HashTable fields; member

Completed in 91 milliseconds