Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10748

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>SPL Functions</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.unexpectedvalueexception.html">UnexpectedValueException</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.class-implements.html">class_implements</a></div>
 <div class="up"><a href="book.spl.html">SPL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="ref.spl" class="reference">
 <h1 class="title">SPL Functions</h1>

 





















































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="function.class-implements.html">class_implements</a> — Return the interfaces which are implemented by the given class</li><li><a href="function.class-parents.html">class_parents</a> — Return the parent classes of the given class</li><li><a href="function.class-uses.html">class_uses</a> — Return the traits used by the given class</li><li><a href="function.iterator-apply.html">iterator_apply</a> — Call a function for every element in an iterator</li><li><a href="function.iterator-count.html">iterator_count</a> — Count the elements in an iterator</li><li><a href="function.iterator-to-array.html">iterator_to_array</a> — Copy the iterator into an array</li><li><a href="function.spl-autoload-call.html">spl_autoload_call</a> — Try all registered __autoload() function to load the requested class</li><li><a href="function.spl-autoload-extensions.html">spl_autoload_extensions</a> — Register and return default file extensions for spl_autoload</li><li><a href="function.spl-autoload-functions.html">spl_autoload_functions</a> — Return all registered __autoload() functions</li><li><a href="function.spl-autoload-register.html">spl_autoload_register</a> — Register given function as __autoload() implementation</li><li><a href="function.spl-autoload-unregister.html">spl_autoload_unregister</a> — Unregister given function as __autoload() implementation</li><li><a href="function.spl-autoload.html">spl_autoload</a> — Default implementation for __autoload()</li><li><a href="function.spl-classes.html">spl_classes</a> — Return available SPL classes</li><li><a href="function.spl-object-hash.html">spl_object_hash</a> — Return hash id for given object</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="class.unexpectedvalueexception.html">UnexpectedValueException</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.class-implements.html">class_implements</a></div>
 <div class="up"><a href="book.spl.html">SPL</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>