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

search for in the

ReflectionParameter::canBePassedByValue> <ReflectionParameter
[edit] Last updated: Fri, 23 Mar 2012

view this page in

ReflectionParameter::allowsNull

(PHP 5)

ReflectionParameter::allowsNullNULL değere izin veriliyor mu diye bakar

Açıklama

public bool ReflectionParameter::allowsNull ( void )

NULL değere izin veriliyorsa TRUE döner.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

NULL değere izin veriliyorsa TRUE yoksa FALSE.

Ayrıca Bakınız



add a note add a note User Contributed Notes ReflectionParameter::allowsNull
jeroen at asystance dot nl 10-Aug-2010 02:56
It seems this always returns true for user-defined functions. Consider
function f1 ( $var1 = null, $var2, $var3 = false ) {}
ReflectionMethod reports these all as nullable (and only the 3rd as optional - weird)

 
show source | credits | stats | sitemap | contact | advertising | mirror sites