Home
last modified time | relevance | path

Searched defs:separator (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/
H A Dpgsql_driver.stub.php8 …public function pgsqlCopyFromArray(string $tableName, array $rows, string $separator = "\t", strin…
11 …public function pgsqlCopyFromFile(string $tableName, string $filename, string $separator = "\t", s…
14 …public function pgsqlCopyToArray(string $tableName, string $separator = "\t", string $nullAs = "\\…
17 …public function pgsqlCopyToFile(string $tableName, string $filename, string $separator = "\t", str…
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_convert.c433 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_separator()
452 PCRE2_UCHAR separator, BOOL with_escape) in convert_glob_print_wildcard()
578 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
794 PCRE2_UCHAR separator = ccontext->glob_separator; in convert_glob() local
H A Dpcre2_context.c470 pcre2_set_glob_separator(pcre2_convert_context *ccontext, uint32_t separator) in pcre2_set_glob_separator()
/PHP-8.0/ext/mbstring/
H A Dmb_gpc.h24 const char *separator; member
H A Dmb_gpc.c46 char *res = NULL, *separator=NULL; in ZEND_EXTERN_MODULE_GLOBALS() local
/PHP-8.0/ext/spl/
H A Dspl_directory.stub.php209 …public function fgetcsv(string $separator = ",", string $enclosure = "\"", string $escape = "\\") …
212 …public function fputcsv(array $fields, string $separator = ",", string $enclosure = "\"", string $…
215 …public function setCsvControl(string $separator = ",", string $enclosure = "\"", string $escape = …
/PHP-8.0/ext/xml/
H A Dxml.stub.php7 function xml_parser_create_ns(?string $encoding = null, string $separator = ":"): XMLParser {}
/PHP-8.0/ext/filter/
H A Dlogical_filters.c950 char separator; in php_filter_validate_mac() local
/PHP-8.0/main/
H A Dphp_variables.c415 char *res = NULL, *var, *val, *separator = NULL; in SAPI_TREAT_DATA_FUNC() local
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php417 function pg_copy_to($connection, string $table_name, string $separator = "\t", string $null_as = "\…
420 function pg_copy_from($connection, string $table_name, array $rows, string $separator = "\t", strin…
/PHP-8.0/Zend/
H A Dzend_ast.c1123 static ZEND_COLD void zend_ast_export_list(smart_str *str, zend_ast_list *list, bool separator, int… in zend_ast_export_list()
1165 …end_ast_export_name_list_ex(smart_str *str, zend_ast_list *list, int indent, const char *separator) in zend_ast_export_name_list_ex()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php562 function explode(string $separator, string $string, int $limit = PHP_INT_MAX): array {} argument
564 function implode(string|array $separator, ?array $array = null): string {}
567 function join(string|array $separator, ?array $array = null): string {}
604 function chunk_split(string $string, int $length = 76, string $separator = "\r\n"): string {} argument
658 function str_getcsv(string $string, string $separator = ",", string $enclosure = "\"", string $esca… argument
856 function fputcsv($stream, array $fields, string $separator = ",", string $enclosure = "\"", string …
859 function fgetcsv($stream, ?int $length = null, string $separator = ",", string $enclosure = "\"", s…
/PHP-8.0/build/
H A Dgen_stub.php1475 iterable $funcInfos, string $separator, Closure $codeGenerator): string {

Completed in 56 milliseconds