Signature | Laravel 5 String Helpers: Getting the Singular Form of a String Value
The signature of the singular method is: 1 public static function singular ( 2 $ value 3 ) ;
Showing 10 of 2,145 results.
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 ) ;
The signature of the set method is: 1 public static function set ( 2 & $ array , 3 $ key , 4 $ value 5 ) ;
Retrieves a list of directive names supported by the parser instance. 1 <?php 2 3 public function getDirectiveNames ( ) : array ;
Retrieves the parsed nodes. 1 <?php 2 3 public function getNodes ( ) : array ;
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 divide method is: 1 public static function divide ( 2 $ array 3 ) ;
The signature of the wrap method is: 1 public static function wrap ( 2 $ value 3 ) ;
The signature of the finish method is: 1 public static function finish ( 2 $ value , 3 $ cap 4 ) ;