mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Added sscanf() function.
This commit is contained in:
parent
d7ac0f2c9d
commit
0b7fd17c2b
7 changed files with 1413 additions and 2 deletions
|
@ -173,7 +173,9 @@ function_entry basic_functions[] = {
|
|||
PHP_FALIAS(strchr, strstr, NULL)
|
||||
PHP_NAMED_FE(sprintf, PHP_FN(user_sprintf), NULL)
|
||||
PHP_NAMED_FE(printf, PHP_FN(user_printf), NULL)
|
||||
|
||||
PHP_FE(sscanf, NULL)
|
||||
PHP_FE(fscanf, NULL)
|
||||
|
||||
PHP_FE(parse_url, NULL)
|
||||
PHP_FE(urlencode, NULL)
|
||||
PHP_FE(urldecode, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue