Search

Showing 7 of 1,975 result(s)

/blog/2018/04/22/laravel-5-collections-finding-an-element-key-conditionally-with-search

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...

/blog/2018/04/22/laravel-5-collections-sorting-a-collection-based-on-a-key-value-with-sortby#content-signature

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...

/blog/2018/04/22/laravel-5-collections-sorting-a-collection-based-on-a-key-value-with-sortby#content-sorting-flag-comparison-table

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...

/site-essentials-for-statamic/v1/license#content-11-patents

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”...

/social-media-image-kit/v1/license#content-11-patents

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”...

/tidal-starter-kit/v1/license#content-11-patents

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”...

/blade-parser/v1/formatting-configuration#content-class-string-emulation-and-php-language-features

…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...