📄 image.configuration.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Runtime Configuration</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="image.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="image.resources.html">Resource Types</a></div> <div class="up"><a href="image.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="image.configuration" class="section"> <h2 class="title">Runtime Configuration</h2> <p class="simpara">The behaviour of these functions is affected by settings in <var class="filename">php.ini</var>.</p> <p class="para"> <table border="5"> <caption><b>Image Configure Options</b></caption> <colgroup> <thead valign="middle"> <tr valign="middle"> <th colspan="1">Name</th> <th colspan="1">Default</th> <th colspan="1">Changeable</th> <th colspan="1">Changelog</th> </tr> </thead> <tbody valign="middle" class="tbody"> <tr valign="middle"> <td colspan="1" rowspan="1" align="left">gd.jpeg_ignore_warning</td> <td colspan="1" rowspan="1" align="left">"0"</td> <td colspan="1" rowspan="1" align="left">PHP_INI_ALL</td> <td colspan="1" rowspan="1" align="left">Available since PHP 5.1.3.</td> </tr> </tbody> </colgroup> </table> For further details and definitions of the PHP_INI_* constants, see the <a href="ini.html" class="xref">php.ini directives</a>. </p> <p class="para">Here's a short explanation ofthe configuration directives.</p> <p class="para"> <dl> <dt id="ini.image.jpeg-ignore-warning"> <span class="term"> <i><tt class="parameter">gd.jpeg_ignore_warning</tt></i> <a href="language.types.boolean.html" class="type bool">bool</a> </span> <dd> <p class="para"> Ignore warnings created by <a href="function.jpeg2wbmp.html" class="function">jpeg2wbmp()</a> and <a href="function.imagecreatefromjpeg.html" class="function">imagecreatefromjpeg()</a> </p> </dd> </dt> </dl> </p> <p class="para"> See also the <a href="exif.configuration.html" class="link">exif</a> configuration directives. </p> <div class="warning"><b class="warning">Warning</b> <p class="para"> Image functions are very memory intensive. Be sure to set <a href="ini.core.html#ini.memory-limit" class="link">memory_limit</a> high enough. </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="image.installation.html">Installation</a></div> <div class="next" style="text-align: right; float: right;"><a href="image.resources.html">Resource Types</a></div> <div class="up"><a href="image.setup.html">Installing/Configuring</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 + -