phpDocumentor ninko
functions
[ class tree: ninko ] [ index: ninko ] [ all elements ]

Procedural File: language.php

Source Location: /include/functions/language.php

Page Details

language.php

Includes functions directed to language files

Author:  Nijiko Yonskai <me@nijikokun.com>
Version:  1.2
Copyright:  (c) 2010 ANIGAIKU
Functions
lang  [line 41]

string lang( string $key  )

Grabs language string from key

Parameters:
string   $key:  determines the string output

API Tags:
Global:  array $lang:


[ Top ]
language  [line 18]

string language( string $language  )

Loads a language based on input data

Parameters:
string   $language:  language to grab.


[ Top ]
languages  [line 92]

mixed languages( [ $html = false], string $language  )

Parses language name into language code

Parameters:
string   $language:  language to grab.
   $html: 

API Tags:
Global:  array 0:


[ Top ]
lang_parse  [line 67]

string lang_parse( string $key, array $args  )

Grabs language string from key and parses it

Parameters:
string   $key:  determines the string output
array   $args:  arguments to be passed through string

API Tags:
Global:  array $lang:


[ Top ]
mb_sprintf  [line 139]

mixed mb_sprintf( string $format  )

Internationalized sprintf

Parameters:
string   $format:  data to be parsed for internationalization


[ Top ]
mb_vsprintf  [line 155]

mixed mb_vsprintf( string $format, array $argv, [string $encoding = null]  )

Works with all encodings in format and arguments. Supported: Sign, padding, alignment, width and precision. Not supported: Argument swapping.

Parameters:
string   $format:  data to be parsed
array   $argv:  array of data
string   $encoding:  encoding for international languages


[ Top ]


Documentation generated on Sat, 06 Feb 2010 10:46:05 -0500 by phpDocumentor 1.4.3