Signature | Laravel String Pattern Matching - Laravel 5.5 String Helper Method: "is"
The signature of the is method is: 1 public static function is ( 2 $ pattern , 3 $ value 4 ) ;
Showing 10 of 2,133 results.
The signature of the is method is: 1 public static function is ( 2 $ pattern , 3 $ value 4 ) ;
…t. If a comment is not completed, the start of the comment will become part of a LiteralNode instance. The following sample document would produce a CommentNode and a LiteralNode : 1 {{-- The comment --}} 2 {{-- This will become part of the...
The signature of the forget method is: 1 public static function forget ( 2 & $ array , 3 $ keys 4 ) ;
The signature of the startsWith method is: 1 public static function startsWith ( 2 $ haystack , 3 $ needles 4 ) ;
The se_current_view:start tag will output a <!-- START: --> HTML comment with the current relative view path. This tag does nothing when the site is in production mode. 1 {{ se_current_view : start / }}
The se_current_view:end tag will output a <!-- END: --> HTML comment with the current relative view path. This tag does nothing when the site is in production mode. 1 {{ se_current_view : end / }}
The signature of the random method is: 1 public static function random ( 2 $ length = 16 3 ) ;
…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...
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 ;