Input:OO与用户输入进行交互的方式

时间:2021-05-09 16:56:04
【文件属性】:
文件名称:Input:OO与用户输入进行交互的方式
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-09 16:56:04
PHP 输入 OO与用户输入进行交互的方式 use Azi \ Input ; $ input = Input :: all (); $ name = Input :: post ( 'name' ); $ search = Input :: get ( 'search' ); $ email = Input :: request ( 'email' ); if ( Input ::exists('email)){ // send an email to user }
【文件预览】:
Input-master
----src()
--------Input.php(2KB)
----LICENSE(1KB)
----composer.json(455B)
----spec()
--------InputSpec.php(1KB)
----README.md(249B)
----phpspec.yml(102B)

网友评论