Blogger Information
Blog 15
fans 0
comment 0
visits 8831
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
20180411
朱佳楠的博客
Original
376 people have browsed it

实例

<?php 
	header('content-type:text/html,charset=utf-8');
	$name = 'zhujianan';
	$nametwo = '$name zhujianan'; 
	echo $nametwo;//打印出$name zhujianan
	echo '<br>';
	$nametwo = "$name zhujianan"; 
	echo $nametwo;//打印出zhujianan zhujianan
	echo '<br>';
	$nametwo = "\$name zhujianan"; 
	echo $nametwo;//打印出$name zhujianan
	echo '<br>';

运行实例 »

点击 "运行实例" 按钮查看在线实例


Correction status:qualified

Teacher's comments:
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