| 话题 | 作者 | 回复/点击 | 最后回复 |
| > 更多讨论 | |||
php执行外部程序函数解析
php中可以用来执行外部命令的函数或运算符有:
``//backtick operator
string shall_exec(string cmd);
string exec(string cmd, array &output, int &ret_val);
string system(string cmd, int &ret_val);
void passthru(string cmd ...
by xombat 2008-04-16 浏览 (104) 回复 (3)
实战WebService III: REST篇(基于php)
REST是什么
REST是英文Representational State Transfer的缩写,中文翻译:表述性状态转移。
他是由Roy Thomas Fielding博士在他的论文 《Architectural Styles and the Design of Network-based Software Architectures》中提出的一个术语。
REST本身只是为分布式超媒体系 ...
by koda 2007-12-31 浏览 (329) 回复 (0)
| 名称 | 大小 | 描述 | 下载 |


