mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
Deploying to gh-pages from @ chillerlan/php-qrcode@a66cf9d953 🚀
This commit is contained in:
@@ -411,6 +411,13 @@ in long loops for a significant performance increase.</dd>
|
||||
</dt>
|
||||
<dd>Guesses the mime type from the given $imageData</dd>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
|
||||
<a class="" href="classes/chillerlan-QRCode-Output-QREps.html#method_header">header()</a>
|
||||
<span>
|
||||
: array<int, string> </span>
|
||||
</dt>
|
||||
<dd>Returns the main header for the EPS file, including function definitions and background</dd>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -protected">
|
||||
<a class="" href="classes/chillerlan-QRCode-Output-QREps.html#method_module">module()</a>
|
||||
<span>
|
||||
@@ -1753,6 +1760,45 @@ in long loops for a significant performance increase.</p>
|
||||
<span class="phpdocumentor-signature__response_type">string</span>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
<article
|
||||
class="phpdocumentor-element
|
||||
-method
|
||||
-protected
|
||||
"
|
||||
>
|
||||
<h4 class="phpdocumentor-element__name" id="method_header">
|
||||
header()
|
||||
<a href="classes/chillerlan-QRCode-Output-QREps.html#method_header" class="headerlink"><i class="fas fa-link"></i></a>
|
||||
|
||||
</h4>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QREps.php"><a href="files/src-output-qreps.html"><abbr title="src/Output/QREps.php">QREps.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">126</span>
|
||||
|
||||
</aside>
|
||||
|
||||
<p class="phpdocumentor-summary">Returns the main header for the EPS file, including function definitions and background</p>
|
||||
|
||||
<code class="phpdocumentor-code phpdocumentor-signature ">
|
||||
<span class="phpdocumentor-signature__visibility">protected</span>
|
||||
<span class="phpdocumentor-signature__name">header</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array<int, string></span></code>
|
||||
|
||||
<div class="phpdocumentor-label-line">
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<section>
|
||||
<h5 class="phpdocumentor-return-value__heading">Return values</h5>
|
||||
<span class="phpdocumentor-signature__response_type">array<int, string></span>
|
||||
</section>
|
||||
|
||||
</article>
|
||||
<article
|
||||
class="phpdocumentor-element
|
||||
@@ -1768,7 +1814,7 @@ in long loops for a significant performance increase.</p>
|
||||
<aside class="phpdocumentor-element-found-in">
|
||||
<abbr class="phpdocumentor-element-found-in__file" title="src/Output/QREps.php"><a href="files/src-output-qreps.html"><abbr title="src/Output/QREps.php">QREps.php</abbr></a></abbr>
|
||||
:
|
||||
<span class="phpdocumentor-element-found-in__line">147</span>
|
||||
<span class="phpdocumentor-element-found-in__line">158</span>
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -2231,6 +2277,7 @@ or given via $mime, otherwise it is guessed from the image $data.</p>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getModuleValueAt">getModuleValueAt()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_getOutputDimensions">getOutputDimensions()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_guessMimeType">guessMimeType()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QREps.html#method_header">header()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QREps.html#method_module">module()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QREps.html#method_prepareModuleValue">prepareModuleValue()</a></li>
|
||||
<li class=""><a href="classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_saveToFile">saveToFile()</a></li>
|
||||
|
||||
@@ -2460,6 +2460,11 @@ Search.appendIndex(
|
||||
"name": "dump",
|
||||
"summary": "Generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it",
|
||||
"url": "classes/chillerlan-QRCode-Output-QREps.html#method_dump"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Output\\QREps\u003A\u003Aheader\u0028\u0029",
|
||||
"name": "header",
|
||||
"summary": "Returns\u0020the\u0020main\u0020header\u0020for\u0020the\u0020EPS\u0020file,\u0020including\u0020function\u0020definitions\u0020and\u0020background",
|
||||
"url": "classes/chillerlan-QRCode-Output-QREps.html#method_header"
|
||||
}, {
|
||||
"fqsen": "\\chillerlan\\QRCode\\Output\\QREps\u003A\u003Amodule\u0028\u0029",
|
||||
"name": "module",
|
||||
|
||||
Reference in New Issue
Block a user