php man page for resourcebundle_get

Query: resourcebundle_get

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RESOURCEBUNDLE_GET(3)							 1						     RESOURCEBUNDLE_GET(3)

ResourceBundle::get - Get data from the bundle

	Object oriented style

SYNOPSIS
public mixed ResourceBundle::get (string|int $index)
DESCRIPTION
Procedural style mixed resourcebundle_get (ResourceBundle $r, string|int $index) Get the data from the bundle by index or string key.
PARAMETERS
o $r -ResourceBundle object. o $index - Data index, must be string or integer.
RETURN VALUES
Returns the data located at the index or NULL on error. Strings, integers and binary data strings are returned as corresponding PHP types, integer array is returned as PHP array. Complex types are returned as ResourceBundle object.
EXAMPLES
Example #1 resourcebundle_get(3) example <?php $r = resourcebundle_create( 'es', "/usr/share/data/myapp"); echo resourcebundle_get($r, 'somestring'); ?> Example #2 OO example <?php $r = new ResourceBundle( 'es', "/usr/share/data/myapp"); echo $r->get('somestring'); ?> The above example will output: ?Hola, mundo!
SEE ALSO
resourcebundle_count(3). PHP Documentation Group RESOURCEBUNDLE_GET(3)
Related Man Pages
array(3) - php
resourcebundle_locales(3) - php
gmp_setbit(3) - php
resourcebundle_get_error_code(3) - php
datetimeinterface.format(3) - php
Similar Topics in the Unix Linux Community
PHP Redirect
PHP: problem with index.php
column based search
S-153: AmpJuke 'index.php' Vulnerability
Webface WARP 1.2.0 (Default branch)