?? function.spl-autoload-extensions.html
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Register and return default file extensions for spl_autoload</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.spl-autoload-call.html">spl_autoload_call</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.spl-autoload-functions.html">spl_autoload_functions</a></div> <div class="up"><a href="ref.spl.html">SPL Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.spl-autoload-extensions" class="refentry"> <div class="refnamediv"> <h1 class="refname">spl_autoload_extensions</h1> <p class="verinfo">(PHP 5 >= 5.1.2)</p><p class="refpurpose"><span class="refname">spl_autoload_extensions</span> — <span class="dc-title">Register and return default file extensions for spl_autoload</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">string</span> <span class="methodname"><b><b>spl_autoload_extensions</b></b></span> ([ <span class="methodparam"><span class="type">string</span> <tt class="parameter">$file_extensions</tt></span> ] )</div> <p class="para rdfs-comment"> This function can modify and check the file extensions that the built in <b>__autoload()</b> fallback function <a href="function.spl-autoload.html" class="function">spl_autoload()</a> will be using. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">file_extensions</tt></i></span> <dd> <p class="para"> When calling without an argument, it simply returns the current list of extensions each separated by comma. To modify the list of file extensions, simply invoke the functions with the new list of file extensions to use in a single string with each extensions separated by comma. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> A comma delimitated list of default file extensions for <a href="function.spl-autoload.html" class="function">spl_autoload()</a>. </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.spl-autoload-call.html">spl_autoload_call</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.spl-autoload-functions.html">spl_autoload_functions</a></div> <div class="up"><a href="ref.spl.html">SPL Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -