Download the PHP package waleedzahid106a/doc-reader without Composer
On this page you can find all versions of the php package waleedzahid106a/doc-reader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download waleedzahid106a/doc-reader
More information about waleedzahid106a/doc-reader
Files in waleedzahid106a/doc-reader
Download waleedzahid106a/doc-reader
More information about waleedzahid106a/doc-reader
Files in waleedzahid106a/doc-reader
Vendor waleedzahid106a
Package doc-reader
Short Description Just a Simple Annotation Parser in PHP
License
Homepage https://www.github.com/waleedzahid106a/doc-reader
Package doc-reader
Short Description Just a Simple Annotation Parser in PHP
License
Homepage https://www.github.com/waleedzahid106a/doc-reader
Please rate this library. Is it a good library?
Informations about the package doc-reader
Simple Annotations Parser(DocReader) in PHP
Just a Simple Annotation Parser in PHP
Installation
Just Download this Repository and Place src
folder on your server directory.
Examples
Type conversion example
Multi value example
will print
array (size=3) 'var' => string 'x' (length=1) 'var2' => int 1024 'param' => array (size=3) 0 => string 'string x' (length=8) 1 => string 'integer y' (length=9) 2 => string 'array z' (length=7)
Variables on the same line
will print
array (size=4) 'get' => boolean true 'post' => boolean true 'ajax' => boolean true 'postParam' => array (size=3) 0 => string 'x' (length=1) 1 => string 'y' (length=1) 2 => string 'z' (length=1)
Variable declarations functionality example
I found below functionality useful for filtering $_GET
/$_POST
data in CodeIgniter. Hopefully I will soon release my CodeIgniter's modification.
will print
array (size=2) 0 => array (size=2) 'type' => string 'string' (length=6) 'name' => string 'var1' (length=4) 1 => array (size=2) 'type' => string 'integer' (length=7) 'name' => string 'var2' (length=4)
All versions of doc-reader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package waleedzahid106a/doc-reader contains the following files
Loading the files please wait ....