文件名称:utility:[只读] CakePHP实用程序类,例如Inflector,Text,Hash,Security和Xml。 此仓库是可以在https中找到的主要代码的一部分
文件大小:39KB
文件格式:ZIP
更新时间:2024-06-02 15:54:32
PHP
CakePHP实用程序类 该库提供了在整个CakePHP框架中使用的一系列实用程序类 工具箱中有什么? 杂凑 一个Hash (如PHP数组)类,能够使用直观的DSL提取数据: $ things = [ [ 'name' => 'Mark' , 'age' => 15 ], [ 'name' => 'Susan' , 'age' => 30 ], [ 'name' => 'Lucy' , 'age' => 25 ] ]; $ bigPeople = Hash :: extract ( $ things , '{n}[age>21].name' ); // $bigPeople will contain ['Susan', 'Lucy'] 查看 变形机 Inflector类可以接收字符串,并可以对其进行处理以处理单词变体(例如,复数形式或驼峰化形式)。 echo
【文件预览】:
utility-master
----composer.json(1KB)
----bootstrap.php(695B)
----Inflector.php(17KB)
----Security.php(10KB)
----MergeVariablesTrait.php(4KB)
----Text.php(40KB)
----Crypto()
--------OpenSsl.php(3KB)
----Xml.php(17KB)
----README.md(2KB)
----Hash.php(42KB)
----CookieCryptTrait.php(5KB)
----Exception()
--------XmlException.php(713B)
----LICENSE.txt(1KB)