ฟังก์ชัน print()
พิมพ์ข้อความออกหน้าจอ ด้วยฟังก์ชัน print()
พิมพ์ข้อความออกหน้าจอ ด้วยฟังก์ชัน print()
รูปแบบ
print(string)
string คือ ข้อความออกหน้าจอ
print(string)
string คือ ข้อความออกหน้าจอ
ตัวอย่าง
<?php
$str = "this is the test string";
print $str;
print "<br />";
print $str." hello world";
?>
<?php
$str = "this is the test string";
print $str;
print "<br />";
print $str." hello world";
?>
ผลลัพธ์
this is the test string
this is the test string hello world
0 ความคิดเห็น:
แสดงความคิดเห็น