码迷,mamicode.com
首页 > Web开发 > 详细

php程序helloworld

时间:2014-11-11 14:19:31      阅读:204      评论:0      收藏:0      [点我收藏+]

标签: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

运行效果:

bubuko.com,布布扣

 

完。

 

php程序helloworld

标签:style   blog   http   color   os   sp   文件   div   2014   

原文地址:http://www.cnblogs.com/liyou-blog/p/4089169.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!