Returns the camera brand/make
Returns the name of the camera model
Returns the make and model as associative array.
Returns the entire data array with all field objects
Checks if the content file exists
Returns an array with all field names
Gets a field from the content
Checks if a field exists
Return the language code for the content
Returns the name of the content file without the extension. This is being used to determine the template for the page
Returns the raw content from the file
Returns the root for the content file
Returns the content object as array
Fits the width and height into a box by the given value and returns a modified dimension object
Fits the height by the given value and returns a modified dimension object
Fits the width by the given value and returns a modified dimension object
Fits the width and height by the given values and returns a modified dimension object
Returns the height in pixels
Checks if the dimensions are "landscape"
Returns the orientation of the image as string (landscape|portrait|square)
Checks if the dimensions are "portrait"
Returns the ratio
Checks if the dimensions are square
Returns the width in pixels
Returns the aperture value of the image, if it is available in the exif data set.
Returns the $camera object for the image, which contains the make and model.
Returns the full exif data set as a raw array.
Returns the exposure value of the image, if it is available in the exif data set.
Returns the focal length of the image, if it is available in the exif data set.
Checks if the image colorspace is grayscale
Checks if the image colorspace is either RGB or CMYK
Returns the iso value of the image, if it is available in the exif data set.
Returns the $location object for the image if the image has GPS data.
Returns the unix timestamp of when the image was taken.
Returns an associative array of all available exif data.
Converts the field value into a proper boolean
Checks if the field is empty
Escapes all critical characters from the field content to make sure all you get is clean HTML
Creates a short text excerpt
Checks if the field exists.
Converts the field value into a proper float
Converts the field content to valid HTML
Converts the field value into a proper integer
Converts the field value into a proper boolean and inverts it
Checks if the field is not empty
Checks if the field is translated in the current/specified language
Returns the name of the field.
Converts the field content from Markdown/Kirbytext to valid HTML
Returns the length of the field content
Creates a link for any field value
Converts the field content to lowercase
Converts markdown to valid HTML
Checks if the field is empty and returns an alternative value in this case
Converts a yaml list of page URIs to valid page objects
Shortens the field content by the given length
Applies SmartyPants to the field
Splits the field content into an array
Returns a file object from a filename in the field
Returns a page object from a uri in the field
Converts a yaml field to a Structure object
Creates an URL for any field value
Converts the field content to uppercase
Returns the value of a field as string.
Avoids typographical widows in strings by replacing the last space with
Returns the number of words in the text
Converts the field content to valid XML
Converts YAML-structured field content to an array
Appends the content and saves the file
Returns the content of the file as base64 encoded string
Applies a blur filter to the image
Converts the image to grayscale
Setter and getter for the file content
Copies the file to a new location
Generates a new filename for a given name and makes sure to handle badly given extensions correctly
Crops the image by width and optionally by height
Returns a full base64 encoded data uri with a proper mime type
Returns a unix timestamp or formatted date string from the file's meta date field or any other field containing a parsable date
Deletes the file. This cannot be undone.
Returns the $dimensions object for the file. This is only available for images (jpg, png, gif)
Returns the full path for the directory, in which the file is located
Returns the relative path for the file
Sends all needed headers and the content to force the browser to download the file
Returns the $exif object for the file, which can be used to fetch information such as the camera model or GPS data
Checks if the file exists
Returns the file extension
Returns the full filename including extension
Returns the collection of sibling files including the current object
Checks if there's a next sibling
Checks if there's a previous sibling
Returns an md5 hash for the root of the file
Sends an appropriate header for the asset
Returns the height of image files in pixels
Auto-generates an HTML tag for images
Returns the PHP imagesize array
Checks if a file is of a certain type
Checks if the file is executable
Checks if an image file has been taken in landscape mode
Checks if an image file has been taken in portrait mode
Checks if the file is readable
Checks if the image is square
Checks if the file is a jpg, png or gif
Checks if the file is writable
Returns the kirby object
Safely requires a file if it exists
Returns the file's $content object with data from the meta file
Returns the file's mime type
Returns the unix timestamp or a formatted date for when the file has been modified
Moves the file to a new location
Returns the name of the file without extension
Returns the next sibling
Returns the size of the file in a human readable format
Returns the orientation of image files as a string (landscape, portrait, square)
Returns the reference to the original file (for thumbnails)
Returns the page object for a file
Returns the previous sibling
Returns the ratio of an image file
Reads the content of the file and returns it
Alternative for delete
Renames the file and all the meta text files
Resets the internal memory data cache
Resizes the image by width and optionally by height
Returns the full root for a file
Returns the filename as safe name
Saves new content to the file
Scales the image up or down by value
Read and send the file with the correct headers
Returns all siblings of the file
Returns the site object
Returns the raw file size
Returns the root for the meta file of the file
Sets all parameters for the thumb generator at once.
Converts the entire file object into a plain PHP array
Converts the entire media object into a JSON string
Change the file's modification date to now and create it with an empty content if it is not there yet
Returns the file type (image, document, video, archive, code, audio, unkown)
Updates the meta information for a file
Returns the cleaned up relative path for the file
Returns the absolute URL for a file
Returns the width of image files in pixels
Alternative for save
Returns the number of files in the collection
Applies a filter callback to each item in the collection
Filters the collection by any field and value and with a set of filtering operators
Finds a single file or multiple files by one or many filenames.
Finds a single file by key and value
Returns the first file in the collection
Returns the collection in reverse order
Returns a single file by filename
Groups all files in the collection by a given field.
Checks if a $file object is included in the collection
Returns an array with all filenames in the collection.
Returns the last file in the collection
Returns the collection with a limited set of items
Applies a callback to all items in the collection.
Returns the collection without a given file. The ignored file can be passed by filename or entire file object.
Returns the nth file in the collection.
Returns the collection starting from a given offset
Applies pagination to the collection
Returns the $pagination object
Plucks all values for a specific field from the collection and returns those as array.
Returns the collection in shuffled order.
Returns a sliced version of the collection starting from a given offset and an optional limited number of items.
Sorts the files in the collection by field and direction
Converts the collection to a simple array.
Converts the collection to a json string.
Creates attributes for an HTML tag
Creates an HTML Element (Brick object)
Calls a function with a given set of arguments
Generates and checks CSRF tokens
Creates one or multiple CSS link tags
Dumps the content of any variable in a human readable way for debugging
Echos one of two alternatives depending on a condition (Shortcut for ecco())
Echos one of two alternatives depending on a condition
Sends an email
Escapes strings based on the output context
Creates an excerpt of any text by a given character or word length
Fetches a POST or GET parameter by key
Embeds a Gist from Github by URL
Redirects to a different URL
Builds the Gravatar URL by email
Converts any text to valid HTML (shortcut for html())
Converts any text to valid HTML
Fetches any image by filename for the current page, or by path for any other page
Runs a number of validators on a set of data and checks if the data is invalid
Creates a script tag to load a javascript file
Returns the Kirby object in any situation
Makes it possible to use any defined Kirbytag as standalone function
Parses any text with Markdown and Kirbytext
Fetches a language variable for multi-language sites
Parses the text as Markdown
Returns the current memory usage in a human-readable format
Converts new lines in text to html breaks.
Fetches any page by URI or the current page when no URI is specified
Helper to build page collections
Fetches a Kirby URL parameter
Fetches all Kirby URL parameters
Returns either $a or $b by the given condition
Returns the site object in any situation
Determines the size/length of numbers, strings, arrays and countable objects
Applies the SmartyPants Typographer on an HTML string
Embeds a snippet from the snippet folder
Creates a Kirby structure object from a data array
Helper to create correct text file names for content files
Returns the current url
Creates a thumbnail for a given image object
Builds a Twitter profile link by username
Shortcut for url()
Shortcut for the Upload class
Builds an absolute URL for a given path
Embeds a Vimeo video by URL in an iframe
Converts any text to valid XML
Parses any string as YAML
Embeds a Youtube video by URL in an iframe
Adds a dynamic date to the text
Creates an email address link
Creates a download link for any file
Embeds a Github Gist by URL
Embeds an image
Creates a link
Embeds a linked telephone number
Creates a link to a Twitter profile
Embeds a Vimeo video by URL
Embeds a Youtube video by URL
Returns the iso language code
Checks if this is the default language
Returns the text direction of the language (rtl or ltr)
Returns the host component of the language URL
Returns the locale string
Returns the full name of the language
Returns the path component of the language URL
Returns the assigned base URL for the language
Returns the latitude
Returns the longitude
Returns latitude and longitude as associative array
Enables/disables Kirby's cache
If true, Kirby will scan the content folder for updates and refresh the cache automatically
Kirby has three built-in cache drivers: file, memcached and apc
An array of URIs of pages, which should be ignored by the cache
An array of options for the cache driver
The file extension for files in the content folder, which are detected as content files by Kirby's core
An array of file names / folder names, which are not being scanned by Kirby's core
Set your own handler for the css() helper function
Can be 'date' or 'strftime' to determine which PHP function is used to formate dates for pages and files.
Enables/disables PHP errors
The name of the error page folder
An array with template names as keys and HTTP headers as values. Those headers will be sent before the template is rendered.
The name of the home page folder
Set your own handler for the js() helper function
If false, the image Kirbytag will no longer wrap images in figure elements.
The default class which is being added to Youtube and Vimeo iframes
The default height which is being added to Youtube and Vimeo iframes (false = no width)
Sets the default embedding options for Vimeo videos. Check out the Vimeo embedding docs for all available options.
The default width which is being added to Youtube and Vimeo iframes (false = no width)
Sets the default embedding options for Youtube videos. Check out the Youtube embedding docs for all available options.
Enables/disables automatic language detection for multi-language sites
Language definition for multi-language sites
Setup for the license key
Sets the global locale setting for PHP
If false, markdown parsing will be disabled in Kirbytext
Enables/disables automatic line breaks in Markdown like on Github. Otherwise line breaks must be confirmed with three spaces at the end of the line.
Enables/disables the Markdown extra parser with additional Markdown features like footnotes and tables.
Set your own markdown parser handler
Path to a custom Panel favicon
Show/Hide Kirby license information in the Panel.
Show/hide Kirby/Panel/Toolkit version information in the Panel.
Allow running the Panel installer on a remote server.
If false, the Panel formatting buttons and drag and drop for files and links will create regular Markdown instead of Kirbytags.
The code for the default interface language for the Panel before the user's choice kicks in.
Set timeout for the Panel session.
Set a custom stylesheet for the Panel, which will be loaded after all the default styles.
Enables/disables parsing the Accept header for content representations
Accept
Enables/disables URL rewriting
Available user roles
Additional route setup for Kirby's internal router
Enables/disables the smartypants plugin
If true, Kirby will redirect all http requests to https.
The path for the imagemagick convert binary
Sets your own handler for where to store thumbnails
The thumbnail library which is being used by Kirby's thumb function/class ('gd' or 'im')
The naming scheme for thumb files
Switches the default interlacing for JPEGs on or off
Allocates memory to the GD library
The default JPEG compression quality for all thumbnails
The PHP timezone setting for all date functions
Enables/disables tinyurls
Tinyurl format: yourdomain/{folder}/{hash}
Separate domain for tinyurl links: {url}/{hash}
The base URL for the site. When set to false, Kirby auto-detects the correct URL.
Enables/disables the Whoops debugger
Returns a $files collection with all archive files (zip, gzip, tar) in the page's directory
Returns a $files collection with all audio files in the page's directory
Returns a $pages collection with all children of the page
Returns a $files collection with all code files (css, js, html, etc.) in the page's directory
Returns the page's $content object
Checks if the page has a certain field
Returns the full URL for the content folder
Creates a new page object
Returns a unix timestamp or formatted date string from the page's date field or any other field containing a parsable date
Decrement a field value by one or a given value
Deletes the $page object and all its data and files. This cannot be undone!
Returns a number, which represents the nesting depth of the page
Returns the full name of the page's directory
Returns the full directory path of the page starting at /content
Returns a specific document $file object by filename. If no filename is given, the first available document will be returned.
Returns a $files collection with all documents in the page's directory
Compares the page with another $page object and checks if they are the same
Returns a specific $file object within the page's directory by filename. If no filename is given, the first file will be returned
Returns a $files collection with all files in the page's directory
Returns the $page object of a specific subpage by URI. If multiple URIs are given, the method will return a $pages collection with all matches.
Returns a $pages collection with all children of children in the page's directory
Checks if there are any archive files (zip, gzip, tar) in the page's directory
Checks if there are any audio files in the page's directory
Checks if the page has children
Checks if there are any code files in the page's directory
Checks if there are any documents (pdf, doc, xls, etc.) in the page's directory
Checks if there are any files in the page's directory
Checks if there are image files (jpg, png, gif, etc.) in the page directory
Checks if the page has any invisible children
Checks if the page has a next sibling
Checks if the page has a next invisible sibling
Checks if the page has a next visible sibling
Checks if the page has a previous sibling
Checks if the page has a previous invisible sibling
Checks if the page has a previous visible sibling
Checks if the page has its own template or if it uses the default template
Checks if there are any video files in the page directory
Checks if the page has any visible children
Returns a unique hash for the page, which is used by tinyurls
Sends all appropriate headers for this page. Can be configured with the headers config array, which should contain all header definitions for each template
Removes the sorting number from the page directory to switch it to invisible
Returns the page id, which is the untranslated URI
Returns a specific image $file object by filename. If no filename is given, the first available image will be returned.
Returns a $files collection with all image files (jpg, png, gif, etc.) in the page directory
Increment a field value by one or a given value
Recursively builds a $pages collection with all children, children of children, etc.
Returns the name of the intended template. This is the name of the content text file.
Returns the path for the intended template file
Reads the directory and returns an inventory array
Checks if the page is the currently active page
Checks if the page is a direct or indirect ancestor of the given $page object
Checks if the page can be cached
Checks if the page is a child of the given page
Checks if the page is deletable
Checks if the page is a descendant of the given page
Checks if the page is a descendant of the currently active page
Checks if the page is the error page
Checks if the page is the home page
Checks if the page is invisible
Checks if the page is open. This means that it is either active or it is a direct or indirect parent of the currently active page.
Checks if the page is the parent of the given page
Checks if this page object is the main site
Checks if the page is visible
Checks if the page is writable
Returns the unix timestamp or a formatted date string of the last modification date of the page
Changes the uid for the page
Returns the next invisible sibling
Returns the next visible sibling
Returns the sorting number
Returns the parent $page object
Returns a $pages collection of all parents
Returns the previous invisble sibling.
Returns the previous visible sibling
Cleans the temporary page cache and the cache of all parent pages
Returns the full root of the page directory
Searches all descendants
Returns all siblings.
Returns the slug. The slug is the last part of the page's URL. It is translatable in multi-language sites while the UID always stays the page's directory name without the sorting number.
Changes the sorting number of the page.
Returns the name of the used template for the page. Will return default if the intended template cannot be found.
Additional data, which will be passed to the template
Returns the full path of the template file.
Returns the tinyurl for the page if tinyurls are activated in the config
Returns the page title. The title is fetched from the content unless it does not exist. In this case it will be overwritten by the UID.
Converts the entire page object into a plain PHP array
Converts the entire page array into a json string
Marks the page as modified
The UID is the page directory name without the sorting number.
Updates the page content with all passed variables.
Returns the URI. The URI is the relative URL without the host or any subfolders.
Returns the full URL of the page
Returns the URL key from the content file if available and otherwise returns the page UID
Returns a specific video $file object by filename. If no filename is given, the first available video will be returned.
Returns a $files collection with all videos in the page directory.
Adds a single page object or a collection to a collection
Appends an element to the data array
Returns a $pages collection with all children of each page in the collection
Creates chunks of the same size and returns them in a new collection
Returns the number of pages in the collection
Creates a new subpage
Returns the current element of the array
Makes sure to provide a valid value for each filter method no matter if an object or an array is given
Returns a $files collection with all files of each page in the collection
Filters the collection with a custom filter callback
Finds a $page object in the collection by UID or relative URI
Finds a single $page object in the collection by $key and $value
Finds a $page object in the collection by its full URI
Finds the open $page object in the collection
Returns the first $page object from the collection
Returns a $page object by its full URI
Groups the collection by a given callback
Groups $page objects in the collection by any field and returns them in a new collection
Checks if a $page object is included in the collection
Recursively creates a full index from all pages and subpages in the collection and returns it as a new flat $pages collection
Tries to find the index number for the given element
Returns all invisible $page objects from the collection
Returns the current key from the array
Tries to find the key for the given element
Returns all keys/URIs from the collection
Returns the last $page object from the collection
Returns the collection with a limited amount of pages
Returns a new collection and applies the mapping callback to all pages
Returns a new combined collection
Moves the cursor to the next element in the array and returns it
Returns the collection without any given pages.
Returns the nth page in the collection
Returns the collection starting from the given offset
Adds a $pagination object to the collection, which makes it easy to page through items
Returns the $pagination object if available
Extracts an array of values from each item by field
Prepends an element to the data array
Moves the cursor to the previous element in the array and returns it
Moves the cursor to the first element of the array
Searches all pages in the collection and all descendants
Shuffles all items in the collection
Returns a sliced version of the collection defined by offset and limit
Returns a sorted version of the collection
Converts the collection to a good old array. You can pass a callback which will be applied to all items in the collection before conversion
Converts the collection to a JSON string
Checks if an element is valid This is needed for the Iterator implementation
Returns all visible items in the collection
Returns a new collection without the given element(s)
Returns the first page number — which is actually always 1.
Returns the absolute URL for the first page
Checks if there's a next available page
Checks if there are any pages at all. This is useful if you want to show/hide the pagination.
Checks if there is a previous page
Checks if the current page is the first page
Checks if the current page is the last page
Returns the total number of items
Returns the last page number
Returns the absolute URL for the last page
Returns the limit of items per page
Returns the next page number
Returns the absolute URL for the next page
Returns the index number of the last item on the current page
Returns the index number of the first item on the current page
Returns the offset, which is being applied to the items collection
Returns the current page number
Returns the absolute URL for the given page
Returns the total number of available pages
Returns the previous page number
Returns the absolute URL for the previous page
Returns an array of page numbers in a range of the given value.
Returns the page number at the end of the range
Returns the page number at the beginning of the range
Returns the pagination object as an associative array.
A single checkbox field
A list of checkbox fields
A date picker field
A date and time picker field
An email input field with autocompletion and validation
Creates a headline to group fields
Creates a hidden field
A drag and drop image select field with preview thumbnail
A plain HTML field for user instructions
Draws a horizontal line to separate fields
A number input field with validation
A single page input with autocompletion
A list of radio buttons
A simple selectbox field
Structured data input, which stores data in a field as YAML.
An interactive tags input field with autocompletion
A phone number input field
A standard, single-line input field
A textarea field, which auto-resizes and has built-in format buttons.
A time picker field
Yes/no or on/off toggle
A URL input field with validation
A user input field with autocompletion for registered users.
Permission to access the Panel
Permission to access the site options
Permission to access the user management
Permission to delete a user avatar
Permission to replace a user avatar
Permission to upload a new user avatar
Permission to delete a file
Permission to rename a file
Permission to replace an existing file
Permission to sort a file via drag and drop
Permission to update custom fields of a file
Permission to upload a new file
Permission to create a new page
Permission to delete a page
Permission to access/read a page in the Panel
Permission to update a page's form
Permission to change the URL appendix of a page
Permission to change the visibility of a page
Permission to update the site settings
Permission to create a new user
Permission to delete a user
Permission to access/read a user data set
Permission to update a user
Permission to see the account widget
Permission to see the history widget
Permission to see the pages widget
Permission to see the site url widget
Checks if this request is an Ajax request
Returns the raw request body
Checks if this request is comming from the command line
Returns an array of request data coming through the query and the post body.
Returns the $_FILES array
Returns any value of the request data by key
Checks if a value is available in the request data
Returns the IP address of the current visitor
Checks for the type of method
Returns the request method (GET, POST, DELETE, etc.)
Returns all params from the URL in a handy object
Returns the path in the current URL as object
Returns the query from the current URL as object
Returns the referer. Also available with to "rr"
Returns the URL scheme (http, https, ftp, etc.)
Checks if this is a secure request (SSL)
Checks if this is an SSL request
Returns the complete URL for the current request
Returns the root of the accounts folder.
Returns the root of the assets folder.
Returns the root of the autocss folder for the css('@auto') rule.
css('@auto')
Returns the root of the autojs folder for the js('@auto') rule.
js('@auto')
Returns the root of the avatars folder.
Returns the root of the blueprints folder
Returns the root of the cache folder.
Returns the root of the config folder.
Returns the root of the content folder
Returns the root of the controllers folder.
Returns the root of the Panel fields folder.
Returns the document root of the website
Returns the root of the Kirby core folder
Returns the root of the languages folder for custom site localizations
Returns the root of the folder for page models
Returns the root of the plugins folder.
Returns the root of the roles folder.
Returns the root of the site folder
Returns the root of the snippets folder.
Returns the root of the Kirbytags folder
Returns the root of the templates folder.
Returns the root of the thumbs folder.
Returns the root of the Panel widgets folder.
Returns the currently active page object
Returns a $files collection with all archive files (zip, gzip, tar) placed directly in /content
Returns a $files collection with all audio files placed directly in /content
Returns a $pages collection, prepared for a foreach loop to generate a breadcrumb
Returns a $pages collection with all first-level children in the content folder
Returns a $files collection with all code files (css, js, html) placed directly in /content
Returns the $content object for the site, which can be used to further inspect all content variables for $site
Checks if the site has a certain field
Returns the $language object for the default language
Returns the detected language
The base diruri is basically just an empty string
Returns a $files collection with all documents (pdf, doc, xls, etc.) placed directly in /content
Returns the $page object for the error page.
Searches for a specific file placed directly in /content by filename
Returns a $files collection with all files placed directly in /content
Finds a single $page object or a collection of $pages placed directly in /content by a single UID or a set of multiple UIDs.
Returns a $pages collection with all grandChildren in the /content directory
Checks if there are any archive files (zip, gzip, tar) placed directly in /content
Checks if there are any audio files placed directly in /content
Checks if there are any children placed directly in /content
Checks if there are any code files placed directly in /content
Checks if there are any documents (pdf, doc, xls, etc.) placed directly in /content
Checks if there are any files placed directly in /content
Checks if there are any images (jpg, png, gif, etc.) placed directly in /content
Checks if there are any invisible children placed directly in /content
Checks if there are any videos placed directly in /content
Checks if there are any visible children placed directly in /content
Returns the $page object for the home page
Returns the site id, which is an empty string in case of the site object
Returns a specific image $file object by filename. If no filename is given, the first image will be returned.
Returns a $files collection with all images (jpg, png, gif, etc.) placed directly in /content
Creates a $pages collection with every page and subpage in /content. This will walk the entire file tree.
Checks if this site object is the main site
Returns the current language by default or any other language when a language code is given
Returns the collection of available languages for multi-language sites
Returns the locale settings for the site
Returns the last modification date for the site. This will walk all pages and subpages and search for the very last modification.
Checks if there are one or more languages configured in the config.php
Returns a specific $page object by URI. If no URI is specified the currently active page will be returned.
Returns a $pages collection for all direct children in /content. It's an old version of $site->children()
Cleans the temporary internal cache
Returns a collection of all roles
Searches within all pages of the site
Returns the language which will be remembered for the next visit
Redirects to the given language
Updates all given site variables, which are stored in site.txt
Returns the base URL for the site
Returns the currently logged in $user object. If no user is logged in, it will return false.
Returns a $users collection with all registered users.
Returns a $files collection with all video files placed directly in /content
Activates the specified page and returns its page object
Tries to find the language for the current visitor
Checks if any content of the site has been modified after the given unix timestamp
Returns the url of the assets folder
Returns the url of the autocss folder for the css('@auto') rule.
Returns the url of the autojs folder for the js('@auto') rule.
Returns the url of the avatars folder
Returns the url of the content folder
Returns the base url of the site
Returns the URL of the thumbs folder
Returns the user avatar object if the avatar exists
Returns the full root for the user avatar image
Returns true if the user has permission for the specified event
Returns true if the user has no permission for the specified event
Returns the current user
Returns an array with all user data
Deletes the user account. This cannot be undone
Returns the email address for the user
Checks if the user exists
Returns the user's first name
Returns the gravatar URL for the user.
Checks if the user is allowed to access the Panel based on the role.
Checks if the user has a particular role.
Checks if the user is the same as the given $user object
Checks if the user is an admin
Checks if the user is the currently logged in user.
Returns the user's last name
Login the user with the given password if the password matches the user's password.
Login the user without a password.
Logs out the user and kills the session.
Checks if the user has permission for the specified event
Returns the user role
Returns the root for the account file
Updates the user account information.
Returns the username
Returns the number of all users
Creates a new user account
Filters the collection of users by a given callback function
Filters the collection of users by field and value
Finds a single user account by username
Finds a single user account by field and value
Returns the first $user object from the collection
Returns the $users collection in reversed order
Returns a single $user object by username
Groups users in the collection by a given field.
Checks if a $user object is included in the collection
Returns all usernames/keys in the collection
Returns the last $user object from the collection
Returns a limited subset of the collection
Maps a callback function to all $user objects in the collection
Returns the $users collection without the given usernames or $user objects
Returns the nth $user in the collection
Returns the $users collection starting form the given offset
Returns the pagination object after using $users->paginate()
Returns the collection in shuffled order
Returns a sliced version of the collection starting with the offset and limited by the given limit value.
Sort the collection by one or multiple fields
Converts the collection to a mult-dimensional array
Converts the collection to a json string
Valid: A-Z
Valid: A-Z and 0-9
Checks for numbers within a given range
Checks for a valid date
Checks for a value, which does not equal the given value
Checks for valid email addresses
Checks for valid filenames
Checks if the value exists in a given array
Checks for a valid integer value
Checks for a valid IP address
Checks if the value matches a given regular expression
Checks if the value equals or is below the given maximum
Checks if the number of characters in the value equals or is below the given maximum
Checks if the number of words in the value equals or is below the given maximum
Checks for a value that is greater or equals the given minimum
Checks if the number of characters in the value equals or is greater than the given minimum
Checks if the number of words in the value equals or is greater than the given minimum
Validates that a value is not included in the given array
Checks for a valid number
Checks if the value equals another given value
Checks if the value matches a given size