NOVINKA: Najžiadanejšie rekvalifikačné kurzy teraz s 50% zľavou + kurz AI ZADARMO. Nečakaj, táto ponuka dlho nevydrží! Zisti viac:

PHP - get_declared_classes

Trieda

Koreň \ Bez triedy

Metóda - get_declared_classes

(PHP 4, PHP 5, PHP 7)

Inserts into an array the names of all the classes that are declared at that time and ready for use, and then returns the array. Last declared classes are at the end of this array.

Procedurálne

Parametre

Žiadne

Mávratovej hodnoty

Vracia: array

Returns the names of the classes that are declared in the current context.

Príklady

The <pre> HTML tags are just for the human-readable array listing.

print "<pre>";
print_r(get_declared_classes());
print "</pre>";

Súvisiace manuály

      Aktivity