Showing 10 of 2,142 results.

0. Definitions. | License

“This License” refers to version 3 of the GNU General Public License. “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. “The Program” refers to any copyrightable work licensed under this...

Laravel Collection Public API: keyBy

keyBy($keyBy) The keyBy method is used to create a new Collection instance where the keys of the new key/value pairs are determined by a $keyBy callback function (a string value can also be supplied instead of a function). The signature of the...

Laravel Collection Public API: all

all The all method can be used to retrieve the underlying array that the collection is using to hold its data. The following code demonstrates the usage of the all method: 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5 $ items = [ 6 '...

0. Definitions. | License

“This License” refers to version 3 of the GNU General Public License. “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. “The Program” refers to any copyrightable work licensed under this...

The not:user:in Filter | The Auth & User Filters

The not:user:in filter is the logical opposite of the user:in filter, and allows you to filter comments based on if the authenticated user does not appear in the provided list of user identifiers. The following example would return only those...

1. Source Code. | License

The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a...