PHP:xml_parser_create_ns()的用法 PHP

xml_parser_create_ns (PHP 4 >= 4.0.5, PHP 5) xml_parser_create_ns — 生成一个支持命名空间的 XML 解析器 描述 resource xml_parser_create_ns ([ string
标签: php php教程

发布于  2024-3-1 21:58

PHP:xml_get_error_code()的用法 PHP

xml_get_error_code (PHP 4, PHP 5) xml_get_error_code — 获取 XML 解析器错误代码 说明 int xml_get_error_code ( resource $parser...
标签: php php教程

发布于  2024-3-1 21:58

PHP:xml_get_current_line_number()的用法 PHP

xml_get_current_line_number (PHP 4, PHP 5) xml_get_current_line_number — 获取 XML 解析器的当前行号 说明 int xml_get_current_line_number ( resource $parser )
标签: php php教程

发布于  2024-3-1 21:58

PHP:utf8_decode()的用法 PHP

utf8_decode (PHP 4, PHP 5) utf8_decode — 将用 UTF-8 方式编码的 ISO-8859-1 字符串转换成单字节的 ISO-8859-1 字符串。 描述 string utf8_decode ( s
标签: php php教程

发布于  2024-3-1 21:58

PHP:xml_error_string()的用法 PHP

xml_error_string (PHP 4, PHP 5) xml_error_string — 获取 XML 解析器的错误字符串 说明 string xml_error_string ( int $code ) 根...
标签: php php教程

发布于  2024-3-1 21:58

PHP:xml_get_current_column_number()的用法 PHP

xml_get_current_column_number (PHP 4, PHP 5) xml_get_current_column_number — 获取 XML 解析器的当前列号 说明 int xml_get_current_column_number ( resource
标签: php php教程

发布于  2024-3-1 21:58

PHP:utf8_encode()的用法 PHP

utf8_encode (PHP 4, PHP 5) utf8_encode — 将 ISO-8859-1 编码的字符串转换为 UTF-8 编码 描述 string utf8_encode ( string $data ) .....
标签: php php教程

发布于  2024-3-1 21:58

PHP:xml_get_current_byte_index()的用法 PHP

xml_get_current_byte_index (PHP 4, PHP 5) xml_get_current_byte_index — 获取 XML 解析器的当前字节索引 说明 int xml_get_current_byte_index ( resource $parser
标签: php php教程

发布于  2024-3-1 21:58

PHP:is_nan()的用法 PHP

is_nan (PHP 4 = 4.2.0, PHP 5) is_nan — 判断是否为合法数值 说明 bool is_nan ( float $val ) 如果 val 为“非数值”,例如 acos(1.01) 的结...
标签: php php教程

发布于  2024-3-1 21:58

PHP:is_finite()的用法 PHP

is_finite (PHP 4 = 4.2.0, PHP 5) is_finite — 判断是否为有限值 说明 bool is_finite ( float $val ) 检查 val 是否是是本机平台上浮点数所允许范围中的...
标签: php php教程

发布于  2024-3-1 21:58