mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
No description
![]() http://curl.haxx.se/libcurl/c/CURLOPT_PRIVATE.html http://php.net/ChangeLog-5.php I would like to edit the documentation of curl_setopt() too, but editing of this page is unavailable since weeks due to pending review. Can you please review pending changes so I can edit the page, or add yourself the following: under [value should be a string for the following values of the option parameter:] <constant>CURLOPT_PRIVATE</constant> Any data that should be associated with this cURL handle. This data can subsequently be retrieved with the <constant>CURLINFO_PRIVATE</constant> option of <function>curl_getinfo</function>. cURL does nothing with this data. When using a cURL multi handle, this private data is typically a unique key to identify a normal cURL handle. Added in cURL 7.10.3. under [Changelog]: 5.2.4 Introduced CURLOPT_PRIVATE. -- Provided by anonymous 50443 (francois.bonzon@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335488 c90b9560-bf6c-de11-be94-00142212c4b1 |
||
---|---|---|
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
internals2 | ||
language | ||
reference | ||
security | ||
.travis.yml | ||
bookinfo.xml | ||
contributors.ent | ||
contributors.xml | ||
extensions.ent | ||
language-defs.ent | ||
language-snippets.ent | ||
make_chm_index.html | ||
preface.xml | ||
README |
--------------------------------------------------------------------------- README --------------------------------------------------------------------------- Please refer to the README file within the doc-base/ directory. Your directory structure is probably like: phpdoc/en (DocBook files for the English language) phpdoc/doc-base (Tools and resources used for all languages)