Collator::setAttribute

collator_set_attribute

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

Collator::setAttribute -- collator_set_attributeSet collation attribute

Description

Object oriented style

bool Collator::setAttribute ( integer $attr , integer $val )

Procedural style

bool collator_set_attribute ( Collator $coll , integer $attr , integer $val )

Parameters

coll

Collator object.

attr

Attribute.

val

Attribute value.

Return Values

Returns TRUE on success or FALSE on failure.

Examples

Example #1 collator_set_attribute() example

<?php
$coll 
collator_create'en_CA' );
$val  collator_get_attribute$collCollator::NUMERIC_COLLATION );
if (
$val === false) {
    
// Handle error.
} elseif ($val === Collator::ON) {
    
// Do something useful.
}
?>


    

 

 

Home || Web Directroy || Web Designing || Get a Domain Name || Host your web site || Free Blogs || Free Tutorial || Free E-cards || Free GuestBook || Email