PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Collator::getErrorCode> <Collator::create
Last updated: Fri, 10 Oct 2008

view this page in

Collator::getAttribute

collator_get_attribute

(No version information available, might be only in CVS)

Collator::getAttribute -- collator_get_attribute照合用の属性の値を取得する

説明

オブジェクト指向型

integer Collator::getAttribute ( integer $attr )

手続き型

integer collator_get_attribute ( Collator $coll , integer $attr )

collator の属性の値を取得します。

パラメータ

coll

Collator オブジェクト。

attr

値を取得したい属性。

返り値

属性の値、あるいはエラー時に boolean FALSE を返します。

例1 collator_get_attribute() の例

<?php
$coll 
collator_create'en_CA' );
$val collator_get_attribute$collCollator::NUMERIC_COLLATION );
if( 
$val === false )
{
    
// エラー処理
}
?>



add a note add a note User Contributed Notes
Collator::getAttribute
There are no user contributed notes for this page.

Collator::getErrorCode> <Collator::create
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites