Functions summary
__ |
Retrieve a language line. |
action |
Generate a URL to a controller action. |
array_divide |
Divide an array into two arrays. One with keys and the other with values. |
array_except |
Get all of the given array except for a specified array of items. |
array_first |
Return the first element in an array which passes a given truth test. |
array_forget |
Remove an array item from a given array using "dot" notation. |
array_get |
Get an item from an array using "dot" notation. |
array_only |
Get a subset of the items from the given array. |
array_pluck |
Pluck an array of values from an array. |
array_set |
Set an array item to a given value using "dot" notation. |
array_strip_slashes |
Recursively remove slashes from array keys and values. |
asset |
Generate an application URL to an asset. |
class_basename |
Get the "class basename" of a class or object. |
dd |
Dump the given value and kill the script. |
doc_root |
Get the root path for the documentation Markdown. |
document |
Get the parsed Markdown contents of a given page. |
document_exists |
Determine if a documentation page exists. |
e |
Convert HTML characters to entities. |
eloquent_to_json |
Transform Eloquent models to a JSON object. |
ends_with |
Determine if a given string ends with a given value. |
get_cli_option |
Get a CLI option from the argv $_SERVER variable. |
get_file_size |
Calculate the human-readable file size (with proper units). |
has_php |
Determine if the current version of PHP is at least the supplied version. |
head |
Return the first element of an array. |
identify_modifier_markdown |
|
magic_quotes |
Determine if "Magic Quotes" are enabled on the server. |
Markdown |
|
mdwp_add_p |
|
mdwp_hide_tags |
|
mdwp_MarkdownPost |
|
mdwp_show_tags |
|
mdwp_strip_p |
|
path |
A global path helper function. |
render |
Render the given view. |
render_each |
Get the rendered contents of a partial from a loop. |
root_namespace |
Get the root namespace of a given class. |
route |
Generate a URL from a route name. |
set_path |
A global path setter function. |
smarty_modifier_markdown |
|
starts_with |
Determine if a given string begins with a given value. |
str_contains |
Determine if a given string contains a given sub-string. |
str_finish |
Cap a string with a single instance of the given string. |
str_object |
Determine if the given object has a toString method. |
url |
Generate an application URL. |
value |
Return the value of the given item. |
view |
Get a view instance. |
with |
Short-cut for constructor method chaining. |
yield |
Get the string contents of a section. |