📄 readme
字号:
This is the ActiveScript SAPI for PHP.======================================Once registered on your system (using regsvr32), you will be able to usePHP script in any ActiveScript compliant host. The list includes:o. Client-side script in Internet Explorero. Windows Script Hosto. ASP and ASP.NETo. Windows Script Components / Behaviourso. MS Scriptlet controlProbably the most useful of these will be using it with the scriptletcontrol, or in your own activescript host, so that you can very easilyembed PHP into your win32 application.Installation.=============Build and install it somewhere; then register the engine like this: regsvr32 php4activescript.dllUsage.======o. Client-side script in Internet Explorer <script language="ActivePHP"> $window->alert("Hello"); </script>o. Windows Script Host Create a .wsf file like this: <job id="test"> <script language="ActivePHP"> $WScript->Echo("Hello"); </script> </script>o. ASP and ASP.NET <%@language=ActivePHP %> <% $Response->Write("Hello"); %>o. Windows Script Components / Behaviours Use language="ActivePHP" on your <script> tagso. MS Scriptlet control Set the language property to "ActivePHP"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -