PHP字符串函数nl2br()的用法 PHP

nl2br (PHP 4, PHP 5) nl2br — 在字符串所有新行之前插入 HTML 换行标记 说明 string nl2br ( string $string [, bool $is_xhtml = true ] ) ...
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数money_format()的用法 PHP

money_format (PHP 4 >= 4.3.0, PHP 5) money_format — Formats a number as a currency string 说明 string money_format ( string $format , float $number ) money_format() r
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数ord()的用法 PHP

ord (PHP 4, PHP 5) ord — 返回字符的 ASCII 码值 说明 int ord ( string $string ) 返回字符串 string 第一个字符的 ASCII 码值。 该函数是 chr()
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数print()的用法 PHP

print (PHP 4, PHP 5) print — 输出字符串 说明 int print ( string $arg ) 输出 arg。 print 实际上不是一个函数(它是一个语言结构),因此你可以不必使用圆括号来括起它...
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数printf()的用法 PHP

printf (PHP 4, PHP 5) printf — 输出格式化字符串 说明 int printf ( string $format [, mixed $args [, mixed $... ]] ) 依据 format 格式参数产生输出。
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数quotemeta()的用法 PHP

quotemeta (PHP 4, PHP 5) quotemeta — Quote meta characters 说明 string quotemeta ( string $str ) Returns a version of str with a backslash character () before every char
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数parse_str()的用法 PHP

parse_str (PHP 4, PHP 5) parse_str — 将字符串解析成多个变量 说明 void parse_str ( string $str [, array &$arr ] ) 如果 str 是 URL 传递入的查询字符串
标签: php php教程

发布于  2024-3-1 20:28

PHP字符串函数quoted_printable_encode()的用法 PHP

quoted_printable_encode (PHP 5 >= 5.3.0) quoted_printable_encode — 将 8-bit 字符串转换成 quoted-printable 字符串 说明 string quoted_printable_encode ( string $str )
标签: php php教程

发布于  2024-3-1 20:27

PHP字符串函数number_format()的用法 PHP

number_format (PHP 4, PHP 5) number_format — 以千位分隔符方式格式化一个数字 说明 string number_format ( float $number [, int $decimals = 0 ] ) string number_f
标签: php php教程

发布于  2024-3-1 20:27

PHP字符串函数quoted_printable_decode()的用法 PHP

quoted_printable_decode (PHP 4, PHP 5) quoted_printable_decode — 将 quoted-printable 字符串转换为 8-bit 字符串 说明 string quoted_printable_decode ( string $str )
标签: php php教程

发布于  2024-3-1 20:27