php man page for spl_classes

Query: spl_classes

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SPL_CLASSES(3)								 1							    SPL_CLASSES(3)

spl_classes - Return available SPL classes

SYNOPSIS
array spl_classes (void )
DESCRIPTION
This function returns an array with the current available SPL classes.
PARAMETERS
This function has no parameters.
RETURN VALUES
Returns an array containing the currently available SPL classes.
EXAMPLES
Example #1 spl_classes(3) example <?php print_r(spl_classes()); ?> The above example will output something similar to: Array ( [ArrayObject] => ArrayObject [ArrayIterator] => ArrayIterator [CachingIterator] => CachingIterator [RecursiveCachingIterator] => RecursiveCachingIterator [DirectoryIterator] => DirectoryIterator [FilterIterator] => FilterIterator [LimitIterator] => LimitIterator [ParentIterator] => ParentIterator [RecursiveDirectoryIterator] => RecursiveDirectoryIterator [RecursiveIterator] => RecursiveIterator [RecursiveIteratorIterator] => RecursiveIteratorIterator [SeekableIterator] => SeekableIterator [SimpleXMLIterator] => SimpleXMLIterator ) PHP Documentation Group SPL_CLASSES(3)
Related Man Pages
get_declared_classes(3) - php
cachingiterator(3) - php
directoryiterator(3) - php
recursivearrayiterator(3) - php
arrayobject.natcasesort(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
Rules for Homework &amp; Coursework Questions Forum
Please Welcome Don Cragun as Lead Moderator
Please Welcome Ravinder Singh to the Moderation Team
Please Welcome Nicki Paul to the Moderator Team!