Product Data Privacy
We feel strongly that website owners and businesses should own and protect the data they store about their customers and visitors - including user engagement data.
Showing 10 of 1,089 results.
We feel strongly that website owners and businesses should own and protect the data they store about their customers and visitors - including user engagement data.
…etrieve all the messages according to a given $format . The $format is null by default, which will cause the all method to use the format stored within the MessageBag instance (which can be retrieved using the getFormat method). Alternatively,...
The forget helper method removes items from the given $array . The specified keys are express in dot notation.
sortByDesc($callback, $options = SORT_REGULAR) The sortByDesc method operates exactly the same as the sortBy method. The only differences is that the sortByDesc method does not define a $descending parameter. The sortByDesc method internally makes...
…implement their own Blade validators, or are curious to learn more about the system. If you are interested in running existing validators against your Laravel project, consider reading the The Validate Command article instead. The validation...
…covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to...
…nvey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any...
…e ) { 5 return ( $ value -> favoriteNumber >= 7 && $ value -> favoriteNumber <= 9 ) ; 6 } ) ;The contains method defines two parameters: $key and $value . The $value parameter has a default value of null , however, the two method calls are not...
The min method is the logical opposite of the max method, and accepts the same number of arguments. The min method can be used to retrieve the maximum value of the given $key . By default, the $key is null and will function in a similar way to...
The Collection class provides a handful of static helper functions that help in the creation of new collection instances.Laravel 5 Collections Static API: Creating a New Collection Instance From Arrays Using make, Laravel 5 Collections Static API:...