DOCUMENTATION
  •   Pages
  •   Videos
  • My Account
    • Login
    • Register
  • Getting Started
  • Extenso
  • Components
    • Forms
    • Shared Content (ct)
    • Tables
    • Child Tables
    • Sessions
    • Templates
    • Themes
    • Components
    User Section
    • Edit content with pencils
    • Quick Access Menu
    Developer Section
    • Environment and structure
    • Building a Website
    • Installation & configuration
    • Development Standards
    • Create a component
    • Image Processor Guide
    • Grid
  • Sncode
  • IntroductionThe Basics
    • Classes
    • Condition Statements
    • Functions
    • Loop Statements
    • Operators
    • Packages
    • Ternary Operator
    • Variables & Types
    Advanced
    • Dynamic Evaluation
    • In-Memory File Cache
    • Running CLI scripts
    Library
    • Array
    • Cryptography
    • Date
    • Database
    • DBHash
    • Files
    • GD
    • Hashtable
    • Mail
    • Math
    • Request
    • Response
    • String
    • Utils
    • Web
    • XML
  • Useful Links
  • APR
library

Array

VERSIONlatest Index Page

Functions (14)

array_​search

Searches a value in the array

contains

Checks if a value exists in an array

first

Return first element from array.

join

Join element of an array.

last

Return last element from array.

pop

Remove last element from array and return it.

push

Push an element on top of array

range

Generate an integer array with the range provided.

reverse

Reverse an array

shift

Remove first element from array and return it.

sort

Sort an array.

splice

Splice an array

tail

Return last element from array.

top

Return first element from array.