resourcebundle_get(3) php man page | unix.com

Man Page: resourcebundle_get

Operating Environment: php

Section: 3

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
datetime.format(3) - php
spldoublylinkedlist(3) - php
resourcebundle_get_error_code(3) - php
resourcebundle_get_error_message(3) - php
datetimeinterface.format(3) - php
Similar Topics in the Unix Linux Community
PHP Redirect
column based search
S-153: AmpJuke 'index.php' Vulnerability
Webface WARP 1.2.0 (Default branch)
Removing the index file