tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Procedural File: string_functions_sb.inc.php

Source Location: /nls/string_functions_sb.inc.php

Page Details

Contains various functions for string manipulation

Filesource:  Source Code for this file
Functions
tangra_substr  [line 53]

string tangra_substr( string $str, integer $start, integer $length  )

Get part of string

Parameters:
string   $str:  Source string
integer   $start:  Start from position
integer   $length:  Length of resulting string


[ Top ]