phpDocumentor GalleryCore
Helpers
[ class tree: GalleryCore ] [ index: GalleryCore ] [ all elements ]

Class: GalleryCharsetHelper_medium

Source Location: /modules/core/classes/helpers/GalleryCharsetHelper_medium.class

Class GalleryCharsetHelper_medium

Class Overview

A collection of useful charset related utilities

Located in /modules/core/classes/helpers/GalleryCharsetHelper_medium.class [line 35]



		
		
		
		

Methods

[ Top ]
Method Summary
array(int   &getCharsetTable()   Return a mapping for the given character set.
void   phpUtf8Strcut()   A multibyte safe PHP implementation of mb_strcut for UTF-8.
void   phpUtf8Substring()   A multibyte safe PHP implementation of mb_substr for UTF-8.

[ Top ]
Methods
getCharsetTable  [line 41]

  array(int &getCharsetTable( $desired  )

Return a mapping for the given character set.

Parameters:
   $desired: 

API Tags:
Return:  => character, ...)


[ Top ]
phpUtf8Strcut  [line 829]

  void phpUtf8Strcut( $string, $start, $length  )

A multibyte safe PHP implementation of mb_strcut for UTF-8.

This is going to be a whole lot slower than mb_strcut, so we should use that instead, whenever we can.

Parameters:
   $string: 
   $start: 
   $length: 

API Tags:
See:  GalleryCoreApi::utf8Strcut


[ Top ]
phpUtf8Substring  [line 765]

  void phpUtf8Substring( $string, $start, $length  )

A multibyte safe PHP implementation of mb_substr for UTF-8.

This is going to be a whole lot slower than mb_substr, so we should use that instead, whenever we can.

Parameters:
   $string: 
   $start: 
   $length: 

API Tags:
See:  GalleryCoreApi::utf8Substring


[ Top ]

Documentation generated on Fri, 08 Oct 2010 04:54:02 -0700 by phpDocumentor 1.3.0RC6