位置: 编程技术 - 正文
推荐整理分享PHP字符串函数print()的用法(php字符串函数有哪些),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:php字符串函数有哪些,在php中,字符串有哪些表示形式,php字符串赋值,php字符串函数大全,php字符串赋值,php字符串赋值,php字符串赋值,php 字符串函数,内容如对您有帮助,希望把文章链接给更多的朋友!
(PHP 4, PHP 5)
print — 输出字符串
说明 int print ( string $arg )输出 arg。
print 实际上不是一个函数(它是一个语言结构),因此你可以不必使用圆括号来括起它的参数列表。
参数arg
输入数据。
返回值总是返回 1。
范例
Example #1 print 范例
<?phpprint("HelloWorld");print"print()alsoworkswithoutparentheses.";print"Thisspansmultiplelines.Thenewlineswillbeoutputaswell";print"Thisspansnmultiplelines.Thenewlineswillbenoutputaswell.";print"escapingcharactersisdone"Likethis".";//可以在打印语句中使用变量$foo="foobar";$bar="barbaz";print"foois$foo";//fooisfoobar//也可以使用数组$bar=array("value"=>"foo");print"thisis{$bar['value']}!";//thisisfoo!//使用单引号将打印变量名,而不是变量的值print'foois$foo';//foois$foo//如果没有使用任何其他字符,可以仅打印变量print$foo;//foobarprint<<<ENDThisusesthe"heredocument"syntaxtooutputmultiplelineswith$variableinterpolation.Notethattheheredocumentterminatormustappearonalinewithjustasemicolonnoextrawhitespace!END;?> 注释Note: 因为是一个语言构造器而不是一个函数,不能被可变函数 调用。
参见echo - 输出一个或多个字符串 printf() - 输出格式化字符串 flush() - 刷新输出缓冲 Heredoc syntax
PHP字符串函数ord()的用法 ord(PHP4,PHP5)ord返回字符的ASCII码值说明intord(string$string)返回字符串string第一个字符的ASCII码值。该函数是chr()的互补函数。参数string一个字符。返回值返回
PHP字符串函数money_format()的用法 money_format(PHP4=4.3.0,PHP5)money_formatFormatsanumberasacurrencystring说明stringmoney_format(string$format,float$number)money_format()returnsaformattedversionofnumber.ThisfunctionwrapstheClibraryf
PHP字符串函数nl2br()的用法 nl2br(PHP4,PHP5)nl2br在字符串所有新行之前插入HTML换行标记说明stringnl2br(string$string[,bool$is_xhtml=true])在字符串string所有新行之前插入br/或br,并返回。参数str
标签: php字符串函数有哪些
本文链接地址:https://www.jiuchutong.com/biancheng/278850.html 转载请保留说明!友情链接: 武汉网站建设