Recommend this page to a friend! |
Classes of Chun-Sheng, Li | PHP STMR | README.md | Download |
|
DownloadHello World PHP ExtensionThis is a simple php extension that demonstrates the extension development process. This extension was used as example for the "PHP: Extending The Core - Why You Should Learn It" talk, presented at the The Developer's Conference 2k17 at Porto Alegre - Brazil. RequirementsAs this extension is simple, you don't need all the development environment tools installed, but if you want to make changes you must configure the php devel environment as described in the official documentation. InstallationTo install the extension just perform the commands described below:
DocumentationThis extension has only one function that is described below: say_hello(PHP 5 >= 5.5, PHP 7) say_hello - Say hello to someone. Description
Say hello to _$who_. ExamplesSay hello to world. Code:
Output:
Say hello to TDC. Code:
Output:
LicenseThis project is licensed under the MIT license. |