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

Procedural File: string_functions.inc.php

Source Location: /nls/string_functions.inc.php

Page Details

Contains init_string_functions() function

Filesource:  Source Code for this file
Functions
init_string_functions  [line 22]

void init_string_functions( string $encoding  )

When called this function switches which tangra_str* function to include.

If parameter $encoding is 'utf-8' it loads mb_string versions

This function is normally not used directly by the developers. It is called in boot.inc.php at boot time.

Parameters:
string   $encoding: 


[ Top ]