update : 2015.11.03
php.shukuma.com검색:
|
MessageFormatter::parsemsgfmt_parse(PHP 5 >= 5.3.0, PECL intl >= 1.0.0) MessageFormatter::parse -- msgfmt_parse — Parse input string according to pattern 설명객체 기반 형식
public
array
MessageFormatter::parse
( string
$value
)절차식 형식 Parses input string and return any extracted items as an array. 반환값
An array containing the items extracted, or 예제Example #1 msgfmt_parse() example
<?php Example #2 OO example
<?php 위 예제의 출력: array ( 0 => 4560, 1 => 123, 2 => 37.073, ) array ( 0 => 4560, 1 => 123, 2 => 37.073, ) 참고
|