SDO_Model_Property::isMany

(^)

SDO_Model_Property::isMany Test to see if the property is many-valued

Descrierea

SDO_Model_Property::isMany ( ) : bool
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

Test to see if the property is many-valued. Returns true if this is a many-valued property, otherwise returns false.

Parametri

None.

Valorile întoarse

Returns true if this is a many-valued property, otherwise returns false.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top