Overview

Namespaces

  • api
  • config
  • database
  • None
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware
  • utiliy

Classes

  • ArrayManager
  • JsonManager
  • StringManager
  • XmlManager

Interfaces

  • SerialManager
  • Overview
  • Namespace
  • Class
  • Tree

Class StringManager

The StringManager provides some string-methods

Namespace: utiliy
Author: stubbfel
Since: 25.06.2013
Located at utility/StringManager.php
Methods summary
public static boolean
# startsWith( string $haystack, string $needle )

Method check if a certain string start with a certain substring

Method check if a certain string start with a certain substring

Parameters

$haystack
string
$haystack
$needle
string
$needle

Returns

boolean
public static boolean
# endsWith( string $haystack, string $needle )

Method check if a certain string end with a certain substring

Method check if a certain string end with a certain substring

Parameters

$haystack
string
$haystack
$needle
string
$needle

Returns

boolean
public static boolean
# validSQLString( string $string )

Method if the string is not a empty String (not only spaces and controlls)

Method if the string is not a empty String (not only spaces and controlls)

Parameters

$string
string
$string

Returns

boolean
public static boolean
# validInt( string $value )

Method if the string is in integor

Method if the string is in integor

Parameters

$value
string
$value

Returns

boolean
Properties summary
public static string $emptyString ""
#

A Constant for an emptystring like ""

A Constant for an emptystring like ""

public static string $quotes "\""
#

A Constant for an quotechars like "

A Constant for an quotechars like "

GeoApi API documentation generated by ApiGen 2.8.0