标签:style blog http color os sp 文件 div 2014
在centos64下面开发:
hello.php
#!/usr/bin/php <?php /************************************************************************* * File: hello.php * Brief: * Author: Mr.HeBang * Mail: liyoubdu@qq.com * Created Time: 2014年11月11日 星期二 10时18分58秒 ************************************************************************/ printf("hello world. my name is [%s].\n", "hebang"); exit(0);
让php文件可运行:
chmod 777 hello.php
运行php程序:
./hello.php
运行效果:
完。
标签:style blog http color os sp 文件 div 2014
原文地址:http://www.cnblogs.com/liyou-blog/p/4089169.html