Showing 7 of 1,975 result(s)
The search method is used to search the collection for a given $value . If the given $value is found, the value's corresponding key is returned. If the $value is not found in the collection, the search method will return false . The search method...
The following collection of imaginary users will be used when demonstrating the features of the sortBy method: It is possible to sort the $collection by name like so: The $sorted variable would now be an instance of Collection and the items would...
The following tables will show how the different sorting flags change the sorting of the previously made $collection . Each sorting flag has its own section, which will follow this section. The first table shows the key and its associated value...
A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. A contributor's “essential patent claims”...
A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. A contributor's “essential patent claims”...
A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. A contributor's “essential patent claims”...
…2 "classStrings" : { 3 "ignoredLanguageStructures" : [ 4 "assign" , 5 "concat" , 6 ... 7 ] 8 } 9 } The following table lists the available configuration options: PHP Operator/Structure Configuration String Ignored by Default If Statements if Yes...