Blogger Information
Blog 16
fans 0
comment 2
visits 16223
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP字符串作业
长沙php专家
Original
727 people have browsed it

<?php 


//字符串作业

$MyDailyWork_For_PHP='我每日学习PHP课程之字符串作业';

$StudentName='CharlieBrown';

$LastName ='李';

$FirstName='玉兵';

$MyAge='21岁';

$MyTeacher='猪老师教课';

$HowToConnectAllString='我要输出所有的字符串给浏览器罗';


echo "$MyDailyWork_For_PHP,$StudentName,$FirstName,$LastName,$MyAge,$MyTeacher,$HowToConnectAllString";

echo '<hr color="red";>';


$HEREDOC = <<< "HEREDOC"

我是{$LastName}{$FirstName},今年我{$MyAge},认真听{$MyTeacher},我得英文名字叫{$StudentName},今天我提交{$MyDailyWork_For_PHP}

,现在我让代码飞一飞,,<hr color="red";>,{$HowToConnectAllString}.


HEREDOC;


echo $HEREDOC;


?>

111.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post