Add documentation and examples for php version pragma.
Pragma version to specify versions for PHP5 and PHP7 extensions. See issue #360.
This commit is contained in:
parent
7f72398eb6
commit
21108781a7
5 changed files with 13 additions and 0 deletions
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
require "example.php";
|
||||
|
||||
echo "Version - " . ((new ReflectionExtension('example'))->getVersion());
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue