Tools, FAQ, Tutorials:
Verifying PHP Installation
How To Verify Your PHP Installation?
✍: FYIcenter.com
PHP provides two execution interfaces: Command Line Interface (CLI) and Common Gateway Interface (CGI). If PHP is installed in the \php directory on your system, you can try this to check your installation:
If you see PHP printing the version information on your screen for both commands, your installation is ok.
⇒ PHP Configuration Setting File
2016-10-13, ∼2260🔥, 0💬
Popular Posts:
What is the Azure AD v1.0 OpenID Metadata Document? Azure AD v1.0 OpenID Metadata Document is an onl...
Where to get the detailed description of the json_encode() Function in PHP? Here is the detailed des...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...