[Stato] element index

All elements
a b c d e f g h i j k l m n o p r s t u v w x _
_
top
Method __call
SRouteSet::__call() in routes.php
Method __construct
Method __construct
Method __construct
SResponse::__construct() in response.php
Method __construct
SRoute::__construct() in routes.php
Method __construct
Method __construct
SUrl::__construct() in routes.php
Method __construct
Method __construct
Method __construct
SPhpSession::__construct() in php_session.php
Method __construct
SActionView::__construct() in action_view.php
Method __construct
SCookieSession::__construct() in cookie_session.php
Method __construct
Method __construct
Method __construct
SJavascriptGenerator::__construct() in javascript_generator.php
Method __get
SActionView::__get() in action_view.php
Method __set
SActionView::__set() in action_view.php
Method __toString
SJavascriptGenerator::__toString() in javascript_generator.php
Method __toString
SUrl::__toString() in routes.php
Method __construct
SActionController::__construct() in action_controller.php
Method __construct
Method __get
SActionController::__get() in action_controller.php
Method __set
SActionController::__set() in action_controller.php
Function __
__() in i18n_helper.php
Returns translation corresponding to $key.
Method __construct
SFormBuilder::__construct() in form_builder.php
a
top
Variable $assigns
SResponse::$assigns in response.php
Method add_default_requirements
Method after
SActionCacheFilter::after() in action_view.php
Function apply_behaviour
apply_behaviour() in behaviour_helper.php
Page abstract_session.php
abstract_session.php in abstract_session.php
Page action_view.php
action_view.php in action_view.php
Page asset_tag_helper.php
asset_tag_helper.php in asset_tag_helper.php
Variable $action
SRequest::$action in request.php
Returns the requested action name
Variable $after_filters
SActionController::$after_filters in action_controller.php
Variable $around_filters
SActionController::$around_filters in action_controller.php
Variable $assigns
SActionController::$assigns in action_controller.php
Method action_name
SActionController::action_name() in action_controller.php
Method add_variables_to_assigns
Method add_web_service
SActionController::add_web_service() in action_controller.php
Page action_controller.php
action_controller.php in action_controller.php
Function auto_complete_field
auto_complete_field() in ajax_helper.php
Page active_record_helper.php
active_record_helper.php in active_record_helper.php
Page ajax_helper.php
ajax_helper.php in ajax_helper.php
b
top
Variable $body
SResponse::$body in response.php
Method before
SActionCacheFilter::before() in action_view.php
Method build_recursive_regex
Page behaviour_helper.php
behaviour_helper.php in behaviour_helper.php
Variable $before_filters
SActionController::$before_filters in action_controller.php
Function button_to
button_to() in url_helper.php
Generates a form containing a single button that submits to the URL created by $url_options.
c
top
Variable $components
SRoute::$components in routes.php
Variable $condition
Method cache_end
SActionView::cache_end() in action_view.php
Method cache_start
SActionView::cache_start() in action_view.php
Function cdata_section
cdata_section() in tag_helper.php
Function check_box_tag
check_box_tag() in form_tag_helper.php
Function compute_public_path
compute_public_path() in asset_tag_helper.php
Method configure_components
Method connect
SRouteSet::connect() in routes.php
Method connect
Function content_tag
content_tag() in tag_helper.php
Page cookie.php
cookie.php in cookie.php
Page cookie_session.php
cookie_session.php in cookie_session.php
Method current_params
SUrlRewriter::current_params() in url_rewriter.php
Function cycle
cycle() in text_helper.php
Creates a SCycle object whose __toString() method cycles through elements of an array every time it is called.
Variable $cached_actions
SActionController::$cached_actions in action_controller.php
Variable $cached_pages
SActionController::$cached_pages in action_controller.php
Variable $components
SActionController::$components in action_controller.php
Variable $controller
SRequest::$controller in request.php
Returns the requested controller name
Method cache_page
SActionController::cache_page() in action_controller.php
Method controller_class_name
Returns the class name
Method controller_name
SActionController::controller_name() in action_controller.php
Converts the class name from something like "WeblogController" to "weblog"
Method controller_path
SActionController::controller_path() in action_controller.php
Function check_box
check_box() in form_helper.php
Returns a checkbox tag.
Method check_box
SFormBuilder::check_box() in form_builder.php
Function collection_select
collection_select() in form_options_helper.php
Return select and option tags for the given object and method using options_from_collection_for_select to generate the list of option tags.
Method collection_select
d
top
Variable $data
SAbstractSession::$data in abstract_session.php
Variable $default
Variable $defaults
SRoute::$defaults in routes.php
Page dispatcher.php
dispatcher.php in dispatcher.php
Page diagnostics.php
diagnostics.php in diagnostics.php
Method destroy
SAbstractSession::destroy() in abstract_session.php
Method destroy
SCookieSession::destroy() in cookie_session.php
Method destroy
SPhpSession::destroy() in php_session.php
Method discard
SFlash::discard() in flash.php
Method dispatch
SDispatcher::dispatch() in dispatcher.php
Method draw
SRouteSet::draw() in routes.php
Method dump
SFlash::dump() in flash.php
Page date_helper.php
date_helper.php in date_helper.php
Method date_select
SFormBuilder::date_select() in form_builder.php
Function date_select
date_select() in date_helper.php
Returns a set of select tags (one for year, month, and day) pre-selected for accessing a specified date-based attribute (identified by $method) on an object assigned to the template (identified by $object).
Method date_time_select
Function date_time_select
date_time_select() in date_helper.php
Returns a set of select tags (one for year, month, day, hour, and minute) pre-selected for accessing a specified datetime-based attribute (identified by $method) on an object assigned to the template (identified by $object).
Function default_options
default_options() in form_helper.php
e
top
Variable $error
SUpload::$error in upload.php
Function end_form_tag
end_form_tag() in form_tag_helper.php
Function error_handler
error_handler() in dispatcher.php
Class Constant DEFAULT_RENDER_STATUS_CODE
Method erase_redirect_results
Method erase_render_results
Method erase_results
SActionController::erase_results() in action_controller.php
Method expires_in
SActionController::expires_in() in action_controller.php
Method expires_now
SActionController::expires_now() in action_controller.php
Method expire_fragment
SActionController::expire_fragment() in action_controller.php
Method expire_page
SActionController::expire_page() in action_controller.php
Method error_message_for
Function error_message_for
error_message_for() in active_record_helper.php
Returns a string with a div containing all the error messages for the $object whose form elements are prefixed by $object_name.
Function error_message_on
error_message_on() in active_record_helper.php
Returns a string containing the error message attached to the $method on the $object, if one exists. This error message is wrapped in a DIV tag, which can be specialized to include both a prepend_text and append_text to properly introduce the error and a css_class to style it accordingly.
Function error_wrapping
error_wrapping() in active_record_helper.php
Function escape_javascript
escape_javascript() in ajax_helper.php
Escape carrier returns and single and double quotes for javascript code
f
top
Page flash.php
flash.php in flash.php
Page form_tag_helper.php
form_tag_helper.php in form_tag_helper.php
Function file_field_tag
file_field_tag() in form_tag_helper.php
Function form_tag
form_tag() in form_tag_helper.php
Variable $flash
SActionController::$flash in action_controller.php
Method factory
SActionController::factory() in action_controller.php
Page form_builder.php
form_builder.php in form_builder.php
Page form_helper.php
form_helper.php in form_helper.php
Page form_options_helper.php
form_options_helper.php in form_options_helper.php
Function file_field
file_field() in form_helper.php
Returns an input tag of the "file" type, which won't have a default value.
Method file_field
SFormBuilder::file_field() in form_builder.php
Function form
form() in active_record_helper.php
Returns an entire form with input tags and everything for a specified ActiveRecord object.
Function form_remote_tag
form_remote_tag() in ajax_helper.php
Returns a form tag that will submit using XMLHttpRequest in the background
g
top
Method generate
SRouteSet::generate() in routes.php
Method generate
SRoutes::generate() in routes.php
Method generate
SRoute::generate() in routes.php
h
top
Variable $headers
SResponse::$headers in response.php
Method has_gaps
SUrl::has_gaps() in routes.php
Function hidden_field_tag
hidden_field_tag() in form_tag_helper.php
Function html_escape
html_escape() in text_helper.php
Convert special characters to HTML entities
Variable $helpers
SActionController::$helpers in action_controller.php
Variable $hidden_actions
SActionController::$hidden_actions in action_controller.php
Method host
SRequest::host() in request.php
Returns the host for this request
Method host_with_port
Returns a host:port string for this request
Function hidden_field
hidden_field() in form_helper.php
Returns an input tag of the "hidden" type.
Method hidden_field
SFormBuilder::hidden_field() in form_builder.php
i
top
Function image_path
image_path() in asset_tag_helper.php
Function image_submit_tag
image_submit_tag() in form_tag_helper.php
Function image_tag
image_tag() in asset_tag_helper.php
Method initialize
SRoutes::initialize() in routes.php
Method initialize
SUrlRewriter::initialize() in url_rewriter.php
Method initialize_components
Method initialize_hashes
Method insert_html
SJavascriptGenerator::insert_html() in javascript_generator.php
Method install
Method instanciate
Method is_current_controller
Method is_current_page
Method is_dynamic
Method is_dynamic
Method is_empty
SFlash::is_empty() in flash.php
Method is_optional
Method is_success
SUpload::is_success() in upload.php
Method initialize
SActionController::initialize() in action_controller.php
Overwrite to perform initializations prior to action call
Method invoke_web_service
Method is_get
SRequest::is_get() in request.php
Is this a GET request ?
Method is_post
SRequest::is_post() in request.php
Is this a POST request ?
Method is_ssl
SRequest::is_ssl() in request.php
Is this an SSL request ?
Method is_xhr
SRequest::is_xhr() in request.php
Alias for is_xml_http_request()
Method is_xml_http_request
Returns true if the request's "X-Requested-With" header contains "XMLHttpRequest".
Page i18n_helper.php
i18n_helper.php in i18n_helper.php
Function input
input() in active_record_helper.php
Returns a default input tag for the type of object returned by the method.
Method input
SFormBuilder::input() in form_builder.php
Function in_place_editor
in_place_editor() in ajax_helper.php
Function in_place_editor_field
in_place_editor_field() in ajax_helper.php
Function is_current_controller
is_current_controller() in url_helper.php
Returns true if the request uri generated by the given $options corresponds to the current controller.
Function is_current_page
is_current_page() in url_helper.php
Returns true if the current request uri could be generated by the given $options.
j
top
Page javascript_generator.php
javascript_generator.php in javascript_generator.php
Constant JAVASCRIPT_DEFAULT_SOURCES
JAVASCRIPT_DEFAULT_SOURCES in asset_tag_helper.php
Function javascript_include_defaults
javascript_include_defaults() in asset_tag_helper.php
Function javascript_include_tag
javascript_include_tag() in asset_tag_helper.php
Function javascript_path
javascript_path() in asset_tag_helper.php
Function javascript_tag
javascript_tag() in ajax_helper.php
Returns a javascript tag with the $code inside
k
top
Variable $key
SComponent::$key in routes.php
Variable $keys
SRoute::$keys in routes.php
Variable $known
SRoute::$known in routes.php
Method key
SComponent::key() in routes.php
l
top
Page layout.php
layout.php in layout.php
Method logout
SCookie::logout() in cookie.php
Variable $layout
SActionController::$layout in action_controller.php
Variable $logger
SActionController::$logger in action_controller.php
Method label
SFormBuilder::label() in form_builder.php
Function link_to
link_to() in url_helper.php
Creates a link tag of the given $label using a URL created by passing $url_options to url_for helper.
Function link_to_function
link_to_function() in ajax_helper.php
Returns a link that will trigger a javascript function using the onclick handler
Function link_to_if
link_to_if() in url_helper.php
Creates a link tag if $condition is true.
Function link_to_remote
link_to_remote() in ajax_helper.php
Returns a link to a remote action whose url is defined by $options['url'].
Function link_to_unless
link_to_unless() in url_helper.php
Creates a link tag unless $condition is true, in which case only the $label is returned.
Function link_to_unless_current
link_to_unless_current() in url_helper.php
Creates a link tag unless the current request uri is the same as the link, in which case only the $label is returned.
m
top
Variable $models
SActionController::$models in action_controller.php
Method method
SRequest::method() in request.php
Returns the HTTP request method
n
top
Variable $name
SUpload::$name in upload.php
Page number_helper.php
number_helper.php in number_helper.php
Function number_with_delimiter
number_with_delimiter() in number_helper.php
Formats a $number with grouped thousands using $delimiter.
Function number_with_precision
number_with_precision() in number_helper.php
Formats a $number with the specified level of $precision.
o
top
Variable $optional
SComponent::$optional in routes.php
Variable $options
SRoute::$options in routes.php
Method offsetExists
SAbstractSession::offsetExists() in abstract_session.php
Method offsetExists
Method offsetGet
SFlash::offsetGet() in flash.php
Method offsetGet
SAbstractSession::offsetGet() in abstract_session.php
Method offsetSet
SFlash::offsetSet() in flash.php
Method offsetSet
SAbstractSession::offsetSet() in abstract_session.php
Method offsetUnset
Method offsetUnset
SAbstractSession::offsetUnset() in abstract_session.php
Method out
SResponse::out() in response.php
Function observe_field
observe_field() in ajax_helper.php
Observes the field with the DOM ID specified by $id and makes an Ajax call when its contents have changed.
Function observe_form
observe_form() in ajax_helper.php
Like observe_field, but operates on an entire form identified by the DOM ID $id.
Function options_for_select
options_for_select() in form_options_helper.php
Accepts an array and returns a string of option tags.
Function options_from_collection_for_select
options_from_collection_for_select() in form_options_helper.php
Returns a string of option tags that have been compiled by iterating over the $collection and assigning the value of the $value_prop property as the option value and the value of the $text_prop property as the option text.
p
top
Variable $page
SActionView::$page in action_view.php
Variable $params
SUrl::$params in routes.php
Variable $parts
SUrl::$parts in routes.php
Variable $path
SRoute::$path in routes.php
Variable $path_keys
SRoute::$path_keys in routes.php
Page php_session.php
php_session.php in php_session.php
Function password_field_tag
password_field_tag() in form_tag_helper.php
Variable $page_cache_dir
SActionController::$page_cache_dir in action_controller.php
Variable $page_cache_ext
SActionController::$page_cache_ext in action_controller.php
Variable $params
SRequest::$params in request.php
Holds both GET and POST parameters in a single array. Uploaded files are held
Variable $params
SActionController::$params in action_controller.php
Variable $parent_controller
SActionController::$parent_controller in action_controller.php
Variable $perform_caching
SActionController::$perform_caching in action_controller.php
Method paginate
SActionController::paginate() in action_controller.php
Method pjs_path
SActionController::pjs_path() in action_controller.php
Method port
SRequest::port() in request.php
Returns the port number of this request
Method port_string
Returns a port suffix like ":8080" if the port number of this request is not the default HTTP port 80 or HTTPS port 443
Method process
SActionController::process() in action_controller.php
Method process_with_component
Method process_with_exception
Method protocol
SRequest::protocol() in request.php
Return 'https://' if this is an SSL request and 'http://' otherwise
Page pagination_helper.php
pagination_helper.php in pagination_helper.php
Function pager
pager() in pagination_helper.php
Deprecated alias for pagination_links().
Function pagination_links
pagination_links() in pagination_helper.php
Creates a basic link bar for a given $paginator.
Method password_field
SFormBuilder::password_field() in form_builder.php
Function password_field
password_field() in form_helper.php
Returns an input tag of the "password" type.
r
top
Variable $redirected_to
Variable $regex
SRoute::$regex in routes.php
Page response.php
response.php in response.php
Page routes.php
routes.php in routes.php
Page routing_error.php
routing_error.php in routing_error.php
Function radio_button_tag
radio_button_tag() in form_tag_helper.php
Method read_fragment
SActionView::read_fragment() in action_view.php
Method recognize
SRoutes::recognize() in routes.php
Method recognize_path
Method redirect
SResponse::redirect() in response.php
Method regex
Method regex
Method regex
Method remove
SJavascriptGenerator::remove() in javascript_generator.php
Method render
SActionView::render() in action_view.php
Method render_partial
Method render_partial_collection
Method render_update
SActionView::render_update() in action_view.php
Method replace_html
SJavascriptGenerator::replace_html() in javascript_generator.php
Function reset_cycle
reset_cycle() in text_helper.php
Method rewrite
SUrlRewriter::rewrite() in url_rewriter.php
Variable $request
SActionController::$request in action_controller.php
Holds the request object that's primarily used to get variables set by the web server or otherwise directly related to the execution environment.
Variable $response
SActionController::$response in action_controller.php
Page request.php
request.php in request.php
Method raw_post_data
Returns the raw post data
Method redirect_back
SActionController::redirect_back() in action_controller.php
Method redirect_to
SActionController::redirect_to() in action_controller.php
Method relative_url_root
Returns the path minus the web server relative installation directory
Method remote_ip
SRequest::remote_ip() in request.php
Determine originating IP address, using REMOTE_ADDR header
Method render
SActionController::render() in action_controller.php
Method render_action
SActionController::render_action() in action_controller.php
Method render_component
SActionController::render_component() in action_controller.php
Method render_file
SActionController::render_file() in action_controller.php
Method render_nothing
SActionController::render_nothing() in action_controller.php
Method render_partial
SActionController::render_partial() in action_controller.php
Method render_text
SActionController::render_text() in action_controller.php
Renders text without the active layout.
Method render_update
SActionController::render_update() in action_controller.php
Method render_with_layout
Method request_uri
Return the request URI
Function radio_button
radio_button() in form_helper.php
Returns a radio button tag.
Method radio_button
SFormBuilder::radio_button() in form_builder.php
Function remote_function
remote_function() in ajax_helper.php
Returns the JavaScript needed for a remote function. Takes the same arguments as link_to_remote.
s
top
Variable $size
SUpload::$size in upload.php
Variable $subdir
Variable $subdir
SRoute::$subdir in routes.php
Class SAbstractSession
SAbstractSession in abstract_session.php
Class SActionCacheFilter
SActionCacheFilter in action_view.php
Class SActionView
SActionView in action_view.php
Function sanitize
sanitize() in text_helper.php
Sanitize the given HTML using safeHTML library. It is better than PHP function strip_tags(), who does not modify any attributes on the tags that you allow.
Class SAuthException
SAuthException in cookie.php
Method save
SUpload::save() in upload.php
Class SComponent
SComponent in routes.php
Class SControllerComponent
SControllerComponent in routes.php
Class SCookie
SCookie in cookie.php
Class SCookieSession
SCookieSession in cookie_session.php
Class SDispatcher
SDispatcher in dispatcher.php
Class SDispatchException
SDispatchException in dispatcher.php
Class SDoubleRenderException
SDoubleRenderException in action_controller.php
Class SDynamicComponent
SDynamicComponent in routes.php
Function select_tag
select_tag() in form_tag_helper.php
Method send_headers
Method session_id
SAbstractSession::session_id() in abstract_session.php
Method session_id
SPhpSession::session_id() in php_session.php
Method session_id
SCookieSession::session_id() in cookie_session.php
Method set
SCookie::set() in cookie.php
Method set_default
Class SFlash
SFlash in flash.php
Class SJavascriptGenerator
SJavascriptGenerator in javascript_generator.php
Class SMissingTemplateException
SMissingTemplateException in action_view.php
Class SNamedRoutes
SNamedRoutes in routes.php
Class SPathComponent
SPathComponent in routes.php
Class SPhpSession
SPhpSession in php_session.php
Class SResponse
SResponse in response.php
Class SRoute
SRoute in routes.php
Class SRoutes
SRoutes in routes.php
Class SRouteSet
SRouteSet in routes.php
Class SRoutingException
SRoutingException in routes.php
Class SStaticComponent
SStaticComponent in routes.php
Function start_form_tag
start_form_tag() in form_tag_helper.php
Constant STATO_APP_PATH
STATO_APP_PATH in dispatcher.php
Method store
SPhpSession::store() in php_session.php
Method store
SAbstractSession::store() in abstract_session.php
Method store
SCookieSession::store() in cookie_session.php
Function stylesheet_link_tag
stylesheet_link_tag() in asset_tag_helper.php
Function stylesheet_path
stylesheet_path() in asset_tag_helper.php
Function submit_tag
submit_tag() in form_tag_helper.php
Class SUnknownActionException
SUnknownActionException in action_controller.php
Class SUnknownControllerException
SUnknownControllerException in action_controller.php
Class SUnknownProtocolException
SUnknownProtocolException in action_controller.php
Class SUnknownServiceException
SUnknownServiceException in action_controller.php
Class SUpload
SUpload in upload.php
Class SUrl
SUrl in routes.php
Class SUrlRewriter
SUrlRewriter in url_rewriter.php
Variable $session
SActionController::$session in action_controller.php
Holds the session object that can be used to register variables to the session.
Variable $session_store
SActionController::$session_store in action_controller.php
Variable $skip_after_filters
Variable $skip_before_filters
Class SActionController
SActionController in action_controller.php
Front-web controller class
Method send_data
SActionController::send_data() in action_controller.php
Method send_file
SActionController::send_file() in action_controller.php
Class SRequest
SRequest in request.php
Request class
Method standard_port
Returns the standard port number for this request's protocol
Method select
SFormBuilder::select() in form_builder.php
Function select
select() in form_options_helper.php
Create a select tag and a series of contained option tags for the provided object and method.
Function select_date
select_date() in date_helper.php
Returns a set of select tags (one for year, month, and day) pre-selected with the $date.
Function select_date_time
select_date_time() in date_helper.php
Function select_day
select_day() in date_helper.php
Returns a select tag with options for each of the days 1 through 31 with the current day selected.
Function select_hour
select_hour() in date_helper.php
Function select_minute
select_minute() in date_helper.php
Returns a select tag with options for each of the minutes 0 through 59 with the current minute selected.
Function select_month
select_month() in date_helper.php
Returns a select tag with options for each of the months with the current month selected.
Function select_second
select_second() in date_helper.php
Function select_time
select_time() in date_helper.php
Function select_year
select_year() in date_helper.php
Returns a select tag with options for each of the five years on each side of the current, which is selected.
Class SFormBuilder
SFormBuilder in form_builder.php
Creates a scope around a specific model object and emulates the API for form helpers.
t
top
Variable $temp
SUpload::$temp in upload.php
Page template_missing.php
template_missing.php in template_missing.php
Page tag_helper.php
tag_helper.php in tag_helper.php
Page text_helper.php
text_helper.php in text_helper.php
Function tag
tag() in tag_helper.php
Function tag_options
tag_options() in tag_helper.php
Function text_area_tag
text_area_tag() in form_tag_helper.php
Function text_field_tag
text_field_tag() in form_tag_helper.php
Function truncate
truncate() in text_helper.php
If $text is longer than $length, $text will be truncated to the length of $length and the last three characters will be replaced with the $truncate_string.
Method template_path
SActionController::template_path() in action_controller.php
Function text_area
text_area() in form_helper.php
Returns a textarea opening and closing tag set.
Method text_area
SFormBuilder::text_area() in form_builder.php
Function text_field
text_field() in form_helper.php
Returns an input tag of the "text" type.
Method text_field
SFormBuilder::text_field() in form_builder.php
Function text_field_with_auto_complete
Function time_select
time_select() in date_helper.php
Method time_select
SFormBuilder::time_select() in form_builder.php
u
top
Page unknown_action.php
unknown_action.php in unknown_action.php
Page unknown_controller.php
unknown_controller.php in unknown_controller.php
Page upload.php
upload.php in upload.php
Page url_rewriter.php
url_rewriter.php in url_rewriter.php
Method url_for
SUrlRewriter::url_for() in url_rewriter.php
Method url_for
SActionController::url_for() in action_controller.php
Page url_helper.php
url_helper.php in url_helper.php
Page utf8_helper.php
utf8_helper.php in utf8_helper.php
Function unicode_to_utf8
unicode_to_utf8() in utf8_helper.php
This function converts a Unicode array back to its UTF-8 representation
Function url_for
url_for() in url_helper.php
Returns a URL that has been rewritten according to the $options array and the defined Routes.
Function utf8_check
utf8_check() in utf8_helper.php
Tries to detect if a string is in Unicode encoding
Function utf8_deaccent
utf8_deaccent() in utf8_helper.php
Replace accented UTF-8 characters by unaccented ASCII-7 equivalents
Function utf8_decode_fn
utf8_decode_fn() in utf8_helper.php
URL-Decode a filename
Function utf8_encode_fn
utf8_encode_fn() in utf8_helper.php
URL-Encode a filename to allow unicodecharacters
Function utf8_explode
utf8_explode() in utf8_helper.php
Unicode aware replacement for explode
Function utf8_is_ascii
utf8_is_ascii() in utf8_helper.php
Checks if a string contains 7bit ASCII only
Function utf8_ltrim
utf8_ltrim() in utf8_helper.php
Unicode aware replacement for ltrim()
Function utf8_rtrim
utf8_rtrim() in utf8_helper.php
Unicode aware replacement for rtrim()
Function utf8_strip
utf8_strip() in utf8_helper.php
Strips all highbyte chars
Function utf8_stripspecials
utf8_stripspecials() in utf8_helper.php
Removes special characters (nonalphanumeric) from a UTF-8 string
Function utf8_strlen
utf8_strlen() in utf8_helper.php
Unicode aware replacement for strlen()
Function utf8_strpos
utf8_strpos() in utf8_helper.php
This is an Unicode aware replacement for strpos
Function utf8_strtolower
utf8_strtolower() in utf8_helper.php
This is a unicode aware replacement for strtolower()
Function utf8_strtoupper
utf8_strtoupper() in utf8_helper.php
This is a unicode aware replacement for strtoupper()
Function utf8_str_replace
utf8_str_replace() in utf8_helper.php
Unicode aware replacement for strrepalce()
Function utf8_substr
utf8_substr() in utf8_helper.php
Unicode aware replacement for substr()
Function utf8_substr_replace
utf8_substr_replace() in utf8_helper.php
Unicode aware replacement for substr_replace()
Function utf8_tohtml
utf8_tohtml() in utf8_helper.php
Encodes UTF-8 characters to HTML entities
Function utf8_to_unicode
utf8_to_unicode() in utf8_helper.php
This function returns any UTF-8 encoded text as a list of Unicode values:
Function utf8_to_utf16be
utf8_to_utf16be() in utf8_helper.php
UTF-8 to UTF-16BE conversion.
Function utf8_trim
utf8_trim() in utf8_helper.php
Unicode aware replacement for trim()
Function utf16be_to_utf8
utf16be_to_utf8() in utf8_helper.php
UTF-8 to UTF-16BE conversion.
v
top
Variable $value
Method validate
SCookie::validate() in cookie.php
Variable $view
SActionController::$view in action_controller.php
w
top
Method write_fragment
Method write_generation
Method write_generation
Method write_generation
Method write_regex
SRoute::write_regex() in routes.php
Variable $web_services
SActionController::$web_services in action_controller.php
x
top
Constant XML_HTMLSAX3
XML_HTMLSAX3 in text_helper.php
a b c d e f g h i j k l m n o p r s t u v w x _