<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="ASP(vbscript)和PHP命令对照表 函数相互转换" id="card1">
<p> 游客</p><p>
标题:ASP(vbscript)和PHP命令对照表 函数相互转换<br/>
正文:<br/>
当你是一个asp开发者，想要转到PHP开发，那么这份对照表，可以快速帮您适应对方的语法和使用，同样的，一个PHP开发者，转到asp开发中，也能快速上手。以下是对应的表格：ASP (VBScript)PHP (v4.3+)General syntaxASP Comments, inline'my dog has fleasPHP Comments, inline//my dog has fleasASP Comments, blocknot available?PHP Comments, block/*@郑州网建  The quick brown fox  jumped over the lazy dogs.*/ASP, Escaping quotes&quot;&quot;&quot;var text1=&quot;&quot;&amp;lt;img src=\&quot;&quot;blank.gif\&quot;&quot;&amp;gt;&quot;&quot;;&quot;PHP, Escaping quotes\&quot; or use ' like javascript'var text1=&quot;&amp;lt;img src=\&quot;blank.gif\&quot;&amp;gt;&quot;;';ASP Command terminationNone, but : can be used to separate commandson the same line.PHP Command terminationEach command must end with ; but multiple commands per line are allowed.ASP Screen outputresponse.write &quot;hello&quot;PHP Screen outputecho &quot;hello&quot;;ASP Newline charactersvbCrLfresponse.write &quot;hello&quot; &amp;amp; vbCrLfPHP Newline characters&quot;\n&quot; (must be inside &quot;&quot;, not '')echo &quot;hello \n&quot;;ASP Variable NamesNot case sensitive, so fName is the same as FNAMEPHP Variable NamesCase sensitive AND must begin wit<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1731&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1731&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1731&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1731&amp;Page=3">[3]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1731&amp;Page=8">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=1731">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=1731">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>