\

Classes

CI_Benchmark Benchmark Class
CI_Cache CodeIgniter Caching Class
CI_Cache_apc CodeIgniter APC Caching Class
CI_Cache_apcu CodeIgniter APCu Caching Class
CI_Cache_dummy CodeIgniter Dummy Caching Class
CI_Cache_file CodeIgniter File Caching Class
CI_Cache_memcached CodeIgniter Memcached Caching Class
CI_Cache_redis CodeIgniter Redis Caching Class
CI_Cache_wincache CodeIgniter Wincache Caching Class
CI_Calendar CodeIgniter Calendar Class
CI_Config Config Class
CI_Controller Application Controller Class
CI_DB Database Driver Class
CI_DB_Cache Database Cache Class
CI_DB_cubrid_driver CUBRID Database Adapter Class
CI_DB_cubrid_forge CUBRID Forge Class
CI_DB_cubrid_result CUBRID Result Class
CI_DB_cubrid_utility CUBRID Utility Class
CI_DB_driver Database Driver Class
CI_DB_forge Database Forge Class
CI_DB_ibase_driver Firebird/Interbase Database Adapter Class
CI_DB_ibase_forge Interbase/Firebird Forge Class
CI_DB_ibase_result Interbase/Firebird Result Class
CI_DB_ibase_utility Interbase/Firebird Utility Class
CI_DB_mssql_driver MS SQL Database Adapter Class
CI_DB_mssql_forge MS SQL Forge Class
CI_DB_mssql_result MSSQL Result Class
CI_DB_mssql_utility MS SQL Utility Class
CI_DB_mysql_driver MySQL Database Adapter Class
CI_DB_mysql_forge MySQL Forge Class
CI_DB_mysql_result MySQL Result Class
CI_DB_mysql_utility MySQL Utility Class
CI_DB_mysqli_driver MySQLi Database Adapter Class
CI_DB_mysqli_forge MySQLi Forge Class
CI_DB_mysqli_result MySQLi Result Class
CI_DB_mysqli_utility MySQLi Utility Class
CI_DB_oci8_driver oci8 Database Adapter Class
CI_DB_oci8_forge Oracle Forge Class
CI_DB_oci8_result oci8 Result Class
CI_DB_oci8_utility Oracle Utility Class
CI_DB_odbc_driver ODBC Database Adapter Class
CI_DB_odbc_forge ODBC Forge Class
CI_DB_odbc_result ODBC Result Class
CI_DB_odbc_utility ODBC Utility Class
CI_DB_pdo_4d_driver PDO 4D Database Adapter Class
CI_DB_pdo_4d_forge PDO 4D Forge Class
CI_DB_pdo_cubrid_driver PDO CUBRID Database Adapter Class
CI_DB_pdo_cubrid_forge PDO CUBRID Forge Class
CI_DB_pdo_dblib_driver PDO DBLIB Database Adapter Class
CI_DB_pdo_dblib_forge PDO DBLIB Forge Class
CI_DB_pdo_driver PDO Database Adapter Class
CI_DB_pdo_firebird_driver PDO Firebird Database Adapter Class
CI_DB_pdo_firebird_forge PDO Firebird Forge Class
CI_DB_pdo_forge PDO Forge Class
CI_DB_pdo_ibm_driver PDO IBM DB2 Database Adapter Class
CI_DB_pdo_ibm_forge PDO IBM DB2 Forge Class
CI_DB_pdo_informix_driver PDO Informix Database Adapter Class
CI_DB_pdo_informix_forge PDO Informix Forge Class
CI_DB_pdo_mysql_driver PDO MySQL Database Adapter Class
CI_DB_pdo_mysql_forge PDO MySQL Forge Class
CI_DB_pdo_oci_driver PDO Oracle Database Adapter Class
CI_DB_pdo_oci_forge PDO Oracle Forge Class
CI_DB_pdo_odbc_driver PDO ODBC Database Adapter Class
CI_DB_pdo_odbc_forge PDO ODBC Forge Class
CI_DB_pdo_pgsql_driver PDO PostgreSQL Database Adapter Class
CI_DB_pdo_pgsql_forge PDO PostgreSQL Forge Class
CI_DB_pdo_result PDO Result Class
CI_DB_pdo_sqlite_driver PDO SQLite Database Adapter Class
CI_DB_pdo_sqlite_forge PDO SQLite Forge Class
CI_DB_pdo_sqlsrv_driver PDO SQLSRV Database Adapter Class
CI_DB_pdo_sqlsrv_forge PDO SQLSRV Forge Class
CI_DB_pdo_utility PDO Utility Class
CI_DB_postgre_driver Postgre Database Adapter Class
CI_DB_postgre_forge Postgre Forge Class
CI_DB_postgre_result Postgres Result Class
CI_DB_postgre_utility Postgre Utility Class
CI_DB_query_builder Query Builder Class
CI_DB_result Database Result Class
CI_DB_sqlite3_driver SQLite3 Database Adapter Class
CI_DB_sqlite3_forge SQLite3 Forge Class
CI_DB_sqlite3_result SQLite3 Result Class
CI_DB_sqlite3_utility SQLite3 Utility Class
CI_DB_sqlsrv_driver SQLSRV Database Adapter Class
CI_DB_sqlsrv_forge SQLSRV Forge Class
CI_DB_sqlsrv_result SQLSRV Result Class
CI_DB_sqlsrv_utility SQLSRV Utility Class
CI_DB_utility Database Utility Class
CI_Driver CodeIgniter Driver Class
CI_Driver_Library CodeIgniter Driver Library Class
CI_Email CodeIgniter Email Class
CI_Encrypt CodeIgniter Encryption Class
CI_Encryption CodeIgniter Encryption Class
CI_Exceptions Exceptions Class
CI_Form_validation Form Validation Class
CI_FTP FTP Class
CI_Hooks Hooks Class
CI_Image_lib Image Manipulation class
CI_Input Input Class
CI_Lang Language Class
CI_Loader Loader Class
CI_Log Logging Class
CI_Migration Migration Class
CI_Model Model Class
CI_Output Output Class
CI_Pagination Pagination Class
CI_Parser Parser Class
CI_Profiler CodeIgniter Profiler Class
CI_Router Router Class
CI_Security Security Class
CI_Session CodeIgniter Session Class
CI_Session_database_driver CodeIgniter Session Database Driver
CI_Session_driver CodeIgniter Session Driver Class
CI_Session_files_driver CodeIgniter Session Files Driver
CI_Session_memcached_driver CodeIgniter Session Memcached Driver
CI_Session_redis_driver CodeIgniter Session Redis Driver
CI_Table HTML Table Generating Class
CI_Trackback Trackback Class
CI_Typography Typography Class
CI_Unit_test Unit Testing Class
CI_Upload File Uploading Class
CI_URI URI Class
CI_User_agent User Agent Class
CI_Utf8 Utf8 Class
CI_Xmlrpc XML-RPC request handler class
CI_Xmlrpcs XML-RPC server class
CI_Zip Zip Compression Class
XML_RPC_Client XML-RPC Client class
XML_RPC_Message XML-RPC Message class
XML_RPC_Response XML-RPC Response class
XML_RPC_Values XML-RPC Values class

Constants

CI_VERSION

CI_VERSION

CodeIgniter Version

ICONV_ENABLED

ICONV_ENABLED

MB_ENABLED

MB_ENABLED

PASSWORD_BCRYPT

PASSWORD_BCRYPT

PASSWORD_DEFAULT

PASSWORD_DEFAULT

UTF8_ENABLED

UTF8_ENABLED

Functions

_attributes_to_string()

_attributes_to_string(  $attributes) : string

Attributes To String

Helper function used by some of the form helpers

Parameters

$attributes

Returns

string

_error_handler()

_error_handler(integer  $severity, string  $message, string  $filepath, integer  $line) : void

Error Handler

This is the custom error handler that is declared at the (relative) top of CodeIgniter.php. The main reason we use this is to permit PHP errors to be logged in our own log files since the user may not have access to server logs. Since this function effectively intercepts PHP errors, however, we also need to display errors based on the current error_reporting level. We do that with the use of a PHP error template.

Parameters

integer $severity
string $message
string $filepath
integer $line

_exception_handler()

_exception_handler(\Exception  $exception) : void

Exception Handler

Sends uncaught exceptions to the logger and displays them only if display_errors is On so that they don't show up in production environments.

Parameters

\Exception $exception

_get_validation_object()

_get_validation_object() : mixed

Validation Object

Determines what the form validation class was instantiated as, fetches the object and returns it.

Returns

mixed

_list()

_list(  $type = 'ul',   $list = array(),   $attributes = '',   $depth) : string

Generates the list

Generates an HTML ordered list from an single or multi-dimensional array.

Parameters

$type
$list
$attributes
$depth

Returns

string

_parse_form_attributes()

_parse_form_attributes(array  $attributes, array  $default) : string

Parse the form attributes

Helper function used by some of the form helpers

Parameters

array $attributes

List of attributes

array $default

Default values

Returns

string

_shutdown_handler()

_shutdown_handler() : void

Shutdown Handler

This is the shutdown handler that is declared at the top of CodeIgniter.php. The main reason we use this is to simulate a complete custom exception handler.

E_STRICT is purposively neglected because such events may have been caught. Duplication or none? None is preferred for now.

_stringify_attributes()

_stringify_attributes(  $attributes,   $js = FALSE) : string

Stringify attributes for use in HTML tags.

Helper function used to convert a string, array, or object of attributes to a string.

Parameters

$attributes
$js

Returns

string

alternator()

alternator() : string

Alternator

Allows strings to be alternated. See docs...

Returns

string

anchor()

anchor(  $uri = '',   $title = '',   $attributes = '') : string

Anchor Link

Creates an anchor based on the local URL.

Parameters

$uri
$title
$attributes

Returns

string

anchor_popup()

anchor_popup(  $uri = '',   $title = '',   $attributes = FALSE) : string

Anchor Link - Pop-up version

Creates an anchor based on the local URL. The link opens a new window based on the attributes specified.

Parameters

$uri
$title
$attributes

Returns

string

array_column()

array_column(array  $array, mixed  $column_key, mixed  $index_key = NULL) : array

array_column()

Parameters

array $array
mixed $column_key
mixed $index_key

Returns

array

ascii_to_entities()

ascii_to_entities(string  $str) : string

High ASCII to Entities

Converts high ASCII text and MS Word special characters to character entities

Parameters

string $str

Returns

string

auto_link()

auto_link(  $str,   $type = 'both',   $popup = FALSE) : string

Auto-linker

Automatically links URL and Email addresses. Note: There's a bit of extra code here to deal with URLs or emails that end in a period. We'll strip these off and add them after the link.

Parameters

$str
$type
$popup

Returns

string

auto_typography()

auto_typography(string  $str, boolean  $reduce_linebreaks = FALSE) : string

Auto Typography Wrapper Function

Parameters

string $str
boolean $reduce_linebreaks

= FALSE whether to reduce multiple instances of double newlines to two

Returns

string

base_url()

base_url(string  $uri = '', string  $protocol = NULL) : string

Base URL

Create a local URL based on your basepath. Segments can be passed in as a string or an array, same as site_url or a URL to a file can be passed in, e.g. to an image file.

Parameters

string $uri
string $protocol

Returns

string

byte_format()

byte_format(  $num,   $precision = 1) : string

Formats a numbers as bytes, based on size, and adds the appropriate suffix

Parameters

$num
$precision

Returns

string

camelize()

camelize(string  $str) : string

Camelize

Takes multiple words separated by spaces or underscores and camelizes them

Parameters

string $str

Input string

Returns

string

character_limiter()

character_limiter(  $str,   $n = 500,   $end_char = '…') : string

Character Limiter

Limits the string based on the character count. Preserves complete words so the character count may not be exactly as specified.

Parameters

$str
$n
$end_char

Returns

string

config_item()

config_item(  $item) : mixed

Returns the specified config item

Parameters

$item

Returns

mixed

convert_accented_characters()

convert_accented_characters(string  $str) : string

Convert Accented Foreign Characters to ASCII

Parameters

string $str

Input string

Returns

string

create_captcha()

create_captcha(array  $data = '', string  $img_path = '', string  $img_url = '', string  $font_path = '') : string

Create CAPTCHA

Parameters

array $data

Data for the CAPTCHA

string $img_path

Path to create the image in (deprecated)

string $img_url

URL to the CAPTCHA image folder (deprecated)

string $font_path

Server path to font (deprecated)

Returns

string

current_url()

current_url() : string

Current URL

Returns the full URL (including segments) of the page where this function is placed

Returns

string

date_range()

date_range(  $unix_start = '',   $mixed = '',   $is_unix = TRUE,   $format = 'Y-m-d') : array

Date range

Returns a list of dates within a specified period.

Parameters

$unix_start
$mixed
$is_unix
$format

Returns

array

days_in_month()

days_in_month(  $month,   $year = '') : integer

Number of days in a month

Takes a month/year as input and returns the number of days for the given month/year. Takes leap years into consideration.

Parameters

$month
$year

Returns

integer

DB()

DB(string|array<mixed,string>  $params = '', boolean  $query_builder_override = NULL) 

Initialize the database

Parameters

string|array<mixed,string> $params
boolean $query_builder_override

Determines if query builder should be used or not

delete_cookie()

delete_cookie(  $name,   $domain = '',   $path = '/',   $prefix = '') : void

Delete a COOKIE

Parameters

$name
$domain
$path
$prefix

delete_files()

delete_files(string  $path, boolean  $del_dir = FALSE, boolean  $htdocs = FALSE, integer  $_level) : boolean

Delete Files

Deletes all files contained in the supplied directory path. Files must be writable or owned by the system in order to be deleted. If the second parameter is set to TRUE, any directories contained within the supplied base directory will be nuked as well.

Parameters

string $path

File path

boolean $del_dir

Whether to delete any directories found in the path

boolean $htdocs

Whether to skip deleting .htaccess and index page files

integer $_level

Current directory depth level (default: 0; internal use only)

Returns

boolean

directory_map()

directory_map(string  $source_dir, integer  $directory_depth, boolean  $hidden = FALSE) : array

Create a Directory Map

Reads the specified directory and builds an array representation of it. Sub-folders contained with the directory will be mapped as well.

Parameters

string $source_dir

Path to source

integer $directory_depth

Depth of directories to traverse (0 = fully recursive, 1 = current dir, etc)

boolean $hidden

Whether to show hidden files

Returns

array

doctype()

doctype(  $type = 'html5') : string

Doctype

Generates a page document type declaration

Examples of valid options: html5, xhtml-11, xhtml-strict, xhtml-trans, xhtml-frame, html4-strict, html4-trans, and html4-frame. All values are saved in the doctypes config file.

Parameters

$type

Returns

string

element()

element(  $item, array  $array,   $default = NULL) : mixed

Element

Lets you determine whether an array index is set and whether it has a value. If the element is empty it returns NULL (or whatever you specify as the default value.)

Parameters

$item
array $array
$default

Returns

mixed —

depends on what the array contains

elements()

elements(  $items, array  $array,   $default = NULL) : mixed

Elements

Returns only the array items specified. Will return a default value if it is not set.

Parameters

$items
array $array
$default

Returns

mixed —

depends on what the array contains

ellipsize()

ellipsize(  $str,   $max_length,   $position = 1,   $ellipsis = '&hellip;') : string

Ellipsize String

This function will strip tags from a string, split it at its max_length and ellipsize

Parameters

$str
$max_length
$position
$ellipsis

Returns

string —

ellipsized string

encode_php_tags()

encode_php_tags(  $str) : string

Convert PHP tags to entities

Parameters

$str

Returns

string

entities_to_ascii()

entities_to_ascii(  $str,   $all = TRUE) : string

Entities to ASCII

Converts character entities back to ASCII

Parameters

$str
$all

Returns

string

entity_decode()

entity_decode(  $str,   $charset = NULL) : string

HTML Entities Decode

This function is a replacement for html_entity_decode()

Parameters

$str
$charset

Returns

string

force_download()

force_download(  $filename = '',   $data = '',   $set_mime = FALSE) : void

Force Download

Generates headers that force a download to happen

Parameters

$filename
$data
$set_mime

form_button()

form_button(  $data = '',   $content = '',   $extra = '') : string

Form Button

Parameters

$data
$content
$extra

Returns

string

form_checkbox()

form_checkbox(  $data = '',   $value = '',   $checked = FALSE,   $extra = '') : string

Checkbox Field

Parameters

$data
$value
$checked
$extra

Returns

string

form_close()

form_close(  $extra = '') : string

Form Close Tag

Parameters

$extra

Returns

string

form_dropdown()

form_dropdown(mixed  $data = '', mixed  $options = array(), mixed  $selected = array(), mixed  $extra = '') : string

Drop-down Menu

Parameters

mixed $data
mixed $options
mixed $selected
mixed $extra

Returns

string

form_error()

form_error(  $field = '',   $prefix = '',   $suffix = '') : string

Form Error

Returns the error for a specific form field. This is a helper for the form validation class.

Parameters

$field
$prefix
$suffix

Returns

string

form_fieldset()

form_fieldset(  $legend_text = '',   $attributes = array()) : string

Fieldset Tag

Used to produce

text. To close fieldset use form_fieldset_close()

Parameters

$legend_text
$attributes

Returns

string

form_fieldset_close()

form_fieldset_close(  $extra = '') : string

Fieldset Close Tag

Parameters

$extra

Returns

string

form_hidden()

form_hidden(mixed  $name, string  $value = '', boolean  $recursing = FALSE) : string

Hidden Input Field

Generates hidden fields. You can pass a simple key/value string or an associative array with multiple values.

Parameters

mixed $name

Field name

string $value

Field value

boolean $recursing

Returns

string

form_input()

form_input(  $data = '',   $value = '',   $extra = '') : string

Text Input Field

Parameters

$data
$value
$extra

Returns

string

form_label()

form_label(  $label_text = '',   $id = '',   $attributes = array()) : string

Form Label Tag

Parameters

$label_text
$id
$attributes

Returns

string

form_multiselect()

form_multiselect(  $name = '',   $options = array(),   $selected = array(),   $extra = '') : string

Multi-select menu

Parameters

$name
$options
$selected
$extra

Returns

string

form_open()

form_open(  $action = '',   $attributes = array(),   $hidden = array()) : string

Form Declaration

Creates the opening portion of the form.

Parameters

$action
$attributes
$hidden

Returns

string

form_open_multipart()

form_open_multipart(  $action = '',   $attributes = array(),   $hidden = array()) : string

Form Declaration - Multipart type

Creates the opening portion of the form, but with "multipart/form-data".

Parameters

$action
$attributes
$hidden

Returns

string

form_password()

form_password(  $data = '',   $value = '',   $extra = '') : string

Password Field

Identical to the input function but adds the "password" type

Parameters

$data
$value
$extra

Returns

string

form_radio()

form_radio(  $data = '',   $value = '',   $checked = FALSE,   $extra = '') : string

Radio Button

Parameters

$data
$value
$checked
$extra

Returns

string

form_reset()

form_reset(  $data = '',   $value = '',   $extra = '') : string

Reset Button

Parameters

$data
$value
$extra

Returns

string

form_submit()

form_submit(  $data = '',   $value = '',   $extra = '') : string

Submit Button

Parameters

$data
$value
$extra

Returns

string

form_textarea()

form_textarea(mixed  $data = '', string  $value = '', mixed  $extra = '') : string

Textarea field

Parameters

mixed $data
string $value
mixed $extra

Returns

string

form_upload()

form_upload(  $data = '',   $extra = '') : string

Upload Field

Identical to the input function but adds the "file" type

Parameters

$data
$extra

Returns

string

function_usable()

function_usable(string  $function_name) : boolean

Function usable

Executes a function_exists() check, and if the Suhosin PHP extension is loaded - checks whether the function that is checked might be disabled in there as well.

This is useful as function_exists() will return FALSE for functions disabled via the disable_functions php.ini setting, but not for suhosin.executor.func.blacklist and suhosin.executor.disable_eval. These settings will just terminate script execution if a disabled function is executed.

The above described behavior turned out to be a bug in Suhosin, but even though a fix was committed for 0.9.34 on 2012-02-12, that version is yet to be released. This function will therefore be just temporary, but would probably be kept for a few years.

Parameters

string $function_name

Function to check for

Returns

boolean —

TRUE if the function exists and is safe to call, FALSE otherwise.

get_config()

get_config(array  $replace = array()) : array

Loads the main config.php file

This function lets us grab the config file even if the Config class hasn't been instantiated yet

Parameters

array $replace

Returns

array

get_cookie()

get_cookie(  $index,   $xss_clean = FALSE) : mixed

Fetch an item from the COOKIE array

Parameters

$index
$xss_clean

Returns

mixed

get_dir_file_info()

get_dir_file_info(  $source_dir,   $top_level_only = TRUE,   $_recursion = FALSE) : array

Get Directory File Information

Reads the specified directory and builds an array containing the filenames, filesize, dates, and permissions

Any sub-folders contained within the specified path are read as well.

Parameters

$source_dir
$top_level_only
$_recursion

Returns

array

get_file_info()

get_file_info(  $file,   $returned_values = array('name', 'server_path', 'size', 'date')) : array

Get File Info

Given a file and path, returns the name, path, size, date modified Second parameter allows you to explicitly declare what information you want returned Options are: name, server_path, size, date, readable, writable, executable, fileperms Returns FALSE if the file cannot be found.

Parameters

$file
$returned_values

Returns

array

get_filenames()

get_filenames(  $source_dir,   $include_path = FALSE,   $_recursion = FALSE) : array

Get Filenames

Reads the specified directory and builds an array containing the filenames. Any sub-folders contained within the specified path are read as well.

Parameters

$source_dir
$include_path
$_recursion

Returns

array

get_instance()

get_instance() : \CI_Controller

Reference to the CI_Controller method.

Returns current CI instance object

Returns

\CI_Controller

get_mime_by_extension()

get_mime_by_extension(string  $filename) : string

Get Mime by Extension

Translates a file extension into a mime type based on config/mimes.php. Returns FALSE if it can't determine the type, or open the mime config file

Note: this is NOT an accurate way of determining file mime types, and is here strictly as a convenience It should NOT be trusted, and should certainly NOT be used for security

Parameters

string $filename

File name

Returns

string

get_mimes()

get_mimes() : array

Returns the MIME types array from config/mimes.php

Returns

array

gmt_to_local()

gmt_to_local(  $time = '',   $timezone = 'UTC',   $dst = FALSE) : integer

Converts GMT time to a localized value

Takes a Unix timestamp (in GMT) as input, and returns at the local value based on the timezone and DST setting submitted

Parameters

$time
$timezone
$dst

Returns

integer

hash_equals()

hash_equals(string  $known_string, string  $user_string) : boolean

hash_equals()

Parameters

string $known_string
string $user_string

Returns

boolean

hash_pbkdf2()

hash_pbkdf2(string  $algo, string  $password, string  $salt, integer  $iterations, integer  $length, boolean  $raw_output = FALSE) : string

hash_pbkdf2()

Parameters

string $algo
string $password
string $salt
integer $iterations
integer $length
boolean $raw_output

Returns

string

heading()

heading(  $data = '',   $h = '1',   $attributes = '') : string

Heading

Generates an HTML heading tag.

Parameters

$data
$h
$attributes

Returns

string

highlight_code()

highlight_code(  $str) : string

Code Highlighter

Colorizes code strings

Parameters

$str

Returns

string

highlight_phrase()

highlight_phrase(string  $str, string  $phrase, string  $tag_open = '<mark>', string  $tag_close = '</mark>') : string

Phrase Highlighter

Highlights a phrase within a text string

Parameters

string $str

the text string

string $phrase

the phrase you'd like to highlight

string $tag_open

the openging tag to precede the phrase with

string $tag_close

the closing tag to end the phrase with

Returns

string

html_escape()

html_escape(mixed  $var, boolean  $double_encode = TRUE) : mixed

Returns HTML escaped variable.

Parameters

mixed $var

The input string or array of strings to be escaped.

boolean $double_encode

$double_encode set to FALSE prevents escaping twice.

Returns

mixed —

The escaped string or array of strings as a result.

human_to_unix()

human_to_unix(  $datestr = '') : integer

Convert "human" date to GMT

Reverses the above process

Parameters

$datestr

Returns

integer

humanize()

humanize(string  $str, string  $separator = '_') : string

Humanize

Takes multiple words separated by the separator and changes them to spaces

Parameters

string $str

Input string

string $separator

Input separator

Returns

string

img()

img(  $src = '',   $index_page = FALSE,   $attributes = '') : string

Image

Generates an element

Parameters

$src
$index_page
$attributes

Returns

string

increment_string()

increment_string(  $str,   $separator = '_',   $first = 1) : string

Add's _1 to a string or increment the ending number to allow _2, _3, etc

Parameters

$str
$separator
$first

Returns

string

index_page()

index_page() : string

Index page

Returns the "index_page" from your config file

Returns

string

is_cli()

is_cli() : boolean

Is CLI?

Test to see if a request was made from the command line.

Returns

boolean

is_countable()

is_countable(string  $word) : boolean

Checks if the given word has a plural version.

Parameters

string $word

Word to check

Returns

boolean

is_false()

is_false(mixed  $test) : boolean

Helper function to test boolean FALSE

Parameters

mixed $test

Returns

boolean

is_https()

is_https() : boolean

Is HTTPS?

Determines if the application is accessed via an encrypted (HTTPS) connection.

Returns

boolean

is_loaded()

is_loaded(  $class = '') : array

Keeps track of which libraries have been loaded. This function is called by the load_class() function above

Parameters

$class

Returns

array

is_php()

is_php(  $version) : boolean

Determines if the current version of PHP is equal to or greater than the supplied value

Parameters

$version

Returns

boolean —

TRUE if the current version is $version or higher

is_really_writable()

is_really_writable(  $file) : boolean

Tests for file writability

is_writable() returns TRUE on Windows servers when you really can't write to the file, based on the read-only attribute.

Parameters

$file

Returns

boolean

is_true()

is_true(mixed  $test) : boolean

Helper function to test boolean TRUE

Parameters

mixed $test

Returns

boolean

lang()

lang(string  $line, string  $for = '', array  $attributes = array()) : string

Lang

Fetches a language variable and optionally outputs a form label

Parameters

string $line

The language line

string $for

The "for" value (id of the form element)

array $attributes

Any additional HTML attributes

Returns

string

link_tag()

link_tag(  $href = '',   $rel = 'stylesheet',   $type = 'text/css',   $title = '',   $media = '',   $index_page = FALSE) : string

Link

Generates link to a CSS file

Parameters

$href
$rel
$type
$title
$media
$index_page

Returns

string

load_class()

load_class(  $class,   $directory = 'libraries',   $param = NULL) : object

Class registry

This function acts as a singleton. If the requested class does not exist it is instantiated and set to a static variable. If it has previously been instantiated the variable is returned.

Parameters

$class
$directory
$param

Returns

object

local_to_gmt()

local_to_gmt(  $time = '') : integer

Converts a local Unix timestamp to GMT

Parameters

$time

Returns

integer

log_message()

log_message(  $level,   $message) : void

Error Logging Interface

We use this as a simple mechanism to access the logging class and send messages to be logged.

Parameters

$level
$message

mailto()

mailto(  $email,   $title = '',   $attributes = '') : string

Mailto Link

Parameters

$email
$title
$attributes

Returns

string

mb_strlen()

mb_strlen(string  $str, string  $encoding = NULL) : integer

mb_strlen()

WARNING: This function WILL fall-back to strlen() if iconv is not available!

Parameters

string $str
string $encoding

Returns

integer

mb_strpos()

mb_strpos(string  $haystack, string  $needle, integer  $offset, string  $encoding = NULL) : mixed

mb_strpos()

WARNING: This function WILL fall-back to strpos() if iconv is not available!

Parameters

string $haystack
string $needle
integer $offset
string $encoding

Returns

mixed

mb_substr()

mb_substr(string  $str, integer  $start, integer  $length = NULL, string  $encoding = NULL) : string

mb_substr()

WARNING: This function WILL fall-back to substr() if iconv is not available.

Parameters

string $str
integer $start
integer $length
string $encoding

Returns

string

mdate()

mdate(  $datestr = '',   $time = '') : integer

Convert MySQL Style Datecodes

This function is identical to PHPs date() function, except that it allows date codes to be formatted using the MySQL style, where each code letter is preceded with a percent sign: %Y %m %d etc...

The benefit of doing dates this way is that you don't have to worry about escaping your text letters that match the date codes.

Parameters

$datestr
$time

Returns

integer

meta()

meta(  $name = '',   $content = '',   $type = 'name',   $newline = "\n") : string

Generates meta tags from an array of key/values

Parameters

$name
$content
$type
$newline

Returns

string

mysql_to_unix()

mysql_to_unix(  $time = '') : integer

Converts a MySQL Timestamp to Unix

Parameters

$time

Returns

integer —

Unix timstamp

nice_date()

nice_date(  $bad_date = '',   $format = FALSE) : string

Turns many "reasonably-date-like" strings into something that is actually useful. This only works for dates after unix epoch.

Parameters

$bad_date
$format

Returns

string

nl2br_except_pre()

nl2br_except_pre(  $str) : string

Convert newlines to HTML line breaks except within PRE tags

Parameters

$str

Returns

string

now()

now(  $timezone = NULL) : integer

Get "now" time

Returns time() based on the timezone parameter or on the "time_reference" setting

Parameters

$timezone

Returns

integer

octal_permissions()

octal_permissions(integer  $perms) : string

Octal Permissions

Takes a numeric value representing a file's permissions and returns a three character string representing the file's octal permissions

Parameters

integer $perms

Permissions

Returns

string

odbc_fetch_array()

odbc_fetch_array(  $result, integer  $rownumber = 1) : array

ODBC Fetch array

Emulates the native odbc_fetch_array() function when it is not available (odbc_fetch_array() requires unixODBC)

Parameters

$result
integer $rownumber

Returns

array

odbc_fetch_object()

odbc_fetch_object(  $result, integer  $rownumber = 1) : object

ODBC Fetch object

Emulates the native odbc_fetch_object() function when it is not available.

Parameters

$result
integer $rownumber

Returns

object

ol()

ol(  $list,   $attributes = '') : string

Ordered List

Generates an HTML ordered list from an single or multi-dimensional array.

Parameters

$list
$attributes

Returns

string

ordinal_format()

ordinal_format(integer  $number) : string

Returns the English ordinal numeral for a given number

Parameters

integer $number

Returns

string

password_get_info()

password_get_info(string  $hash) : array

password_get_info()

Parameters

string $hash

Returns

array

password_hash()

password_hash(string  $password, integer  $algo, array  $options = array()) : mixed

password_hash()

Parameters

string $password
integer $algo
array $options

Returns

mixed

password_needs_rehash()

password_needs_rehash(string  $hash, integer  $algo, array  $options = array()) : boolean

password_needs_rehash()

Parameters

string $hash
integer $algo
array $options

Returns

boolean

password_verify()

password_verify(string  $password, string  $hash) : boolean

password_verify()

Parameters

string $password
string $hash

Returns

boolean

plural()

plural(string  $str) : string

Plural

Takes a singular word and makes it plural

Parameters

string $str

Input string

Returns

string

prep_url()

prep_url(  $str = '') : string

Prep URL

Simply adds the http:// part if no scheme is included

Parameters

$str

Returns

string

quotes_to_entities()

quotes_to_entities(  $str) : string

Quotes to Entities

Converts single and double quotes to entities

Parameters

$str

Returns

string

random_element()

random_element(  $array) : mixed

Random Element - Takes an array as input and returns a random element

Parameters

$array

Returns

mixed —

depends on what the array contains

random_string()

random_string(  $type = 'alnum',   $len = 8) : string

Create a "Random" String

Parameters

$type
$len

Returns

string

redirect()

redirect(string  $uri = '', string  $method = 'auto', integer  $code = NULL) : void

Header Redirect

Header redirect in two flavors For very fine grained control over headers, you could use the Output Library's set_header() function.

Parameters

string $uri

URL

string $method

Redirect method 'auto', 'location' or 'refresh'

integer $code

HTTP Response status code

reduce_multiples()

reduce_multiples(  $str,   $character = ',',   $trim = FALSE) : string

Reduce Multiples

Reduces multiple instances of a particular character. Example:

Fred, Bill,, Joe, Jimmy

becomes:

Fred, Bill, Joe, Jimmy

Parameters

$str
$character
$trim

Returns

string

remove_invisible_characters()

remove_invisible_characters(  $str,   $url_encoded = TRUE) : string

Remove Invisible Characters

This prevents sandwiching null characters between ascii characters, like Java\0script.

Parameters

$str
$url_encoded

Returns

string

safe_mailto()

safe_mailto(  $email,   $title = '',   $attributes = '') : string

Encoded Mailto Link

Create a spam-protected mailto link written in Javascript

Parameters

$email
$title
$attributes

Returns

string

sanitize_filename()

sanitize_filename(  $filename) : string

Sanitize Filename

Parameters

$filename

Returns

string

set_checkbox()

set_checkbox(  $field,   $value = '',   $default = FALSE) : string

Set Checkbox

Let's you set the selected value of a checkbox via the value in the POST array. If Form Validation is active it retrieves the info from the validation class

Parameters

$field
$value
$default

Returns

string

set_cookie()

set_cookie(  $name,   $value = '',   $expire,   $domain = '',   $path = '/',   $prefix = '',   $secure = NULL,   $httponly = NULL) : void

Set cookie

Accepts seven parameters, or you can submit an associative array in the first parameter containing all the values.

Parameters

$name
$value
$expire
$domain
$path
$prefix
$secure
$httponly

set_radio()

set_radio(string  $field, string  $value = '', boolean  $default = FALSE) : string

Set Radio

Let's you set the selected value of a radio field via info in the POST array. If Form Validation is active it retrieves the info from the validation class

Parameters

string $field
string $value
boolean $default

Returns

string

set_realpath()

set_realpath(  $path,   $check_existance = FALSE) : string

Set Realpath

Parameters

$path
$check_existance

Returns

string

set_select()

set_select(  $field,   $value = '',   $default = FALSE) : string

Set Select

Let's you set the selected value of a