hasErrors | Blade Compiler
Tests if any errors are present. 1 <?php 2 3 public function hasErrors ( ) : bool ;
Showing 10 of 2,133 results.
Tests if any errors are present. 1 <?php 2 3 public function hasErrors ( ) : bool ;
Tests if any fatal errors are present. 1 <?php 2 3 public function hasFatalErrors ( ) : bool ;
The signature of the sort method is: 1 public static function sort ( 2 $ array , 3 $ callback = null 4 ) ;
Returns a Blade error code representing the current error instance. 1 <?php 2 3 public function getErrorCode ( ) : string ;
The has function will check if a cookie with the given $key exists for the current request.
The get function will retrieve a cookie from the current request with the given $key . A $default value can be supplied and will be returned if a cookie with the given $key does not exist.
…D WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR...
The signature of the except method is: 1 public static function except ( 2 $ array , 3 $ keys 4 ) ;
The signature of the singular method is: 1 public static function singular ( 2 $ value 3 ) ;
The signature of the random method is: 1 public static function random ( 2 $ array , 3 $ number = null 4 ) ;