Overview

Packages

  • Onion::Controllers
  • Onion::Core
  • Onion::UI
  • Onion::Utils

Classes

  • Arrays
  • Assets
  • Filesystem
  • Image
  • Languages
  • Mail
  • Secure
  • Strings
  • SWF
  • Utils
  • Validate
  • Visitor
  • Overview
  • Package
  • Class
  • Tree

Class Strings

Onion Framework - Práca s reťazcami

Copyright (c) 2011 Jano Gašpar (http://webstranky.net)

Package: Onion::Utils
Copyright: Copyright (c) 2011 Jano Gašpar
Author: Jano Gašpar
Located at Utils/Strings.php
Methods summary
public static string
# webalize( string $string )
Prevod reťazca na formu vhodnú pre adresy, názvy css tried a pod

Prevod reťazca na formu vhodnú pre adresy, názvy css tried a pod

Parameters

$string
string
reťazec na prevod

Returns

string
prevedený reťazec
public static string
# to_ascii( string $string )
Prevod reťazca UTF8 na ASCII

Prevod reťazca UTF8 na ASCII

Parameters

$string
string
reťazec na prevod

Returns

string
prevedený reťazec
public static
# simple_format( $string )
public static
# format( $string, $top = 2, $safe = FALSE )
public static
# typography( $string )
public static
# split_by_upper_chars( $string )
public static
# random_string( $length = 9, $strength = 0 )
public static
# wordwrap( $str, $width, $break )
Onion API documentation generated by ApiGen.
Generated using the TokenReflection library.