Lines Matching refs:function

83 function append_config(array $array)
98 function array_add($array, $key, $value)
112 function array_build($array, Closure $callback)
125 function array_divide($array)
139 function array_dot($array, $prepend = '')
153 function array_except($array, $keys)
167 function array_fetch($array, $key)
182 function array_first($array, $callback, $default = null)
197 function array_last($array, $callback, $default = null)
210 function array_flatten($array)
224 function array_forget(&$array, $keys)
239 function array_get($array, $key, $default = null)
253 function array_has($array, $key)
267 function array_only($array, $keys)
282 function array_pluck($array, $value, $key = null)
297 function array_pull(&$array, $key, $default = null)
314 function array_set(&$array, $key, $value)
328 function array_where($array, Closure $callback)
341 function head($array)
354 function last($array)
370 function ascii($value)
383 function camel_case($value)
399 function charsArray()
413 function ends_with($haystack, $needles)
428 function preg_replace_sub($pattern, &$replacements, $subject)
442 function snake_case($value, $delimiter = '_')
456 function starts_with($haystack, $needles)
470 function str_contains($haystack, $needles)
484 function str_finish($value, $cap)
498 function str_is($pattern, $value)
513 function str_limit($value, $limit = 100, $end = '...')
528 function str_random($length = 16)
543 function str_replace_array($search, array $replace, $subject)
557 function str_slug(string $title, string $separator = '-')
570 function studly_case($value)
586 function class_basename($class)
599 function class_uses_recursive($class)
612 function trait_uses_recursive($trait)
630 function data_get($target, $key, $default = null)
643 function e($value)
658 function object_get($object, $key, $default = null)
671 function value($value)
684 function with($object)
697 function dd($arg...)
713 function data_set(&$target, $key, $value, $overwrite = true)
728 function data_fill(&$target, $key, $value)