update : 2015.11.03
php.shukuma.com검색:
|
ResourceBundle::getresourcebundle_get(PHP >= 5.3.2, PECL intl >= 2.0.0) ResourceBundle::get -- resourcebundle_get — Get data from the bundle 설명객체 기반 형식 절차식 형식 Get the data from the bundle by index or string key. 반환값
Returns the data located at the index or 예제Example #1 resourcebundle_get() example
<?php Example #2 OO example
<?php 위 예제의 출력: ?Hola, mundo! |