mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-16 14:36:23 +02:00
Deploying to gh-pages from @ RSS-Bridge/rss-bridge@85b87b9597 🚀
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
<div class="Page__header">
|
||||
<h1><a href="../Helper_functions/index.html">Helper functions</a></h1>
|
||||
<span class="ModifiedDate">
|
||||
October 25, 2022 at 5:33 AM </span>
|
||||
October 28, 2022 at 6:31 PM </span>
|
||||
<span class="EditOn">
|
||||
<a href="https://github.com/RSS-Bridge/rss-bridge/tree/master/docs/06_Helper_functions/index.md" target="_blank">
|
||||
Edit on GitHub </a>
|
||||
@ -143,6 +143,12 @@
|
||||
<td><em>optional</em></td>
|
||||
<td>An array of cURL options in the format <code>array(CURLOPT_POST => 1);</code>, see <a href="https://secure.php.net/manual/en/function.curl-setopt.php" class="Link--external" rel="noopener noreferrer">curl_setopt</a> for a complete list of options.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>returnFull</code></td>
|
||||
<td>boolean</td>
|
||||
<td><em>optional</em></td>
|
||||
<td>Specifies whether to return the response body from cURL (default) or the response body, code, headers, etc.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<pre><code class="language-PHP">$header = array('Content-type:text/plain', 'Content-length: 100');
|
||||
|
Reference in New Issue
Block a user