Added sscanf() function.

This commit is contained in:
Clayton Collie 2000-06-06 18:58:15 +00:00
parent d7ac0f2c9d
commit 0b7fd17c2b
7 changed files with 1413 additions and 2 deletions

View file

@ -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)