Signature | Laravel 5.5 String Helper Method: title
The signature of the title method is: 1 public static function title ( 2 $ value 3 ) ;
Showing 10 of 2,133 results.
The signature of the title method is: 1 public static function title ( 2 $ value 3 ) ;
The signature of the replaceMethod is: 1 public static function replaceFirst( 2 $search, 3 $replace, 4 $subject 5 );
Returns the number of template files discovered in the workspace. 1 <?php 2 3 public function getFileCount ( ) : int ;
Returns a value indicating if the workspace has any Blade comments. 1 <?php 2 3 public function hasAnyComments ( ) : bool ;
The signature of the get method is: 1 public function get ( 2 $ key , 3 $ default = null 4 ) ;
The signature of the getAttributes method is: 1 public function getAttributes ( ) ;
The signature of the toArray method is: 1 public function toArray ( ) ;
The signature of the add method is: 1 public static function add ( 2 $ array , 3 $ key , 4 $ value 5 ) ;
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.