简单的函数_PHP
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 12:30:29
Original
1043 people have browsed it
简单的函数
function printBold($inputText) //定义function printBold()
{
print("" . $inputText . ""); ////打印$inputText
}
print("这行没有加重!
\n"); //直接打印字符串
printBold("这行加重了!!!"); //调用function printBold()函数
print("
\n");
print("这行没有加重!
\n"); //直接打印字符串
?>
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
-
2025-02-25 18:38:08
-
2025-02-25 18:16:09
-
2025-02-25 17:59:10
-
2025-02-25 17:12:10
-
2025-02-25 17:10:11
-
2025-02-25 17:07:11
-
2025-02-25 16:38:09
-
2025-02-25 15:26:10
-
2025-02-24 12:36:12
-
2025-02-24 12:11:09