下一篇 » « 上一篇

chdir

作者:semirock    时间:2008-03-10    来源:http://444p.com    点击:1662    本文共1篇文章 字体:[ ]

chdir

<HTML>
<HEAD>
<TITLE>chdir</TITLE>
</HEAD>
<BODY>
<?
if(chdir("/tmp"))
{
print("current directory is /tmp");
}
else
{
print("unable to change to /tmp");
}
?>
</BODY>
</HTML>
责任编辑:semirock
发表评论
密码: (游客不需要密码)
记住我【Alt+S 或 Ctrl+Enter 快速提交】

搜索工具


《PHP函数》点击排行