update : 2015.11.03
php.shukuma.com검색:
|
ResourceBundle::createresourcebundle_createResourceBundle::__construct(PHP >= 5.3.2, PECL intl >= 2.0.0) ResourceBundle::create -- resourcebundle_create -- ResourceBundle::__construct — Create a resource bundle 설명객체 기반 형식 (method)
public
static
ResourceBundle
ResourceBundle::create
( string
$locale
, string $bundlename
[, bool $fallback
] )절차식 형식 객체 기반 형식 (constructor):
public
ResourceBundle::__construct
( string
$locale
, string $bundlename
[, bool $fallback
] )Creates a resource bundle. 인수
반환값
Returns ResourceBundle object or 예제Example #1 resourcebundle_create() example
<?php Example #2 ResourceBundle::create() example
<?php 위 예제의 출력: ¡Hola, mundo! |