首页 > 代码库 > php程序helloworld
php程序helloworld
在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
运行效果:
完。
php程序helloworld
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。