Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.php > #4159
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | de.comp.lang.php |
| Subject | Re: curl Shell-Parameter vs. CURLOPT-Konstanten |
| Date | 2017-07-06 12:20 +0200 |
| Organization | PointedEars Software (PES) |
| Message-ID | <1981390.3ZeAukHxDK@PointedEars.de> (permalink) |
| References | <ojihhm$pu2$1@dont-email.me> |
Ralph Stahl wrote: > Gibt es irgendwo eine Gegenüberstellung zu lesen, welche Shell-Parameter > von curl welchen PHP-Optionen (Konstanten CURLOPT_...) in PHP entsprechen? Ja. > Weder man curl noch http://php.net/manual/de/function.curl-setopt.php > geben darüber Auskunft. 2 Sekunden googlen nach “curl php command-line options”, 1. Treffer: <https://stackoverflow.com/questions/1939609/convert-command-line-curl-to-php-curl> Dort <https://incarnate.github.io/curl-to-php/> oder <https://stackoverflow.com/a/1949260/855543> man curl | less -p --libcurl (erfordert curl 7.16.1 oder neuer) -- PointedEars Zend Certified PHP Engineer <http://www.zend.com/en/yellow-pages/ZEND024953> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Back to de.comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar
curl Shell-Parameter vs. CURLOPT-Konstanten Ralph Stahl <post@rstahl.de> - 2017-07-05 13:15 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-06 12:20 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Ralph Stahl <post@rstahl.de> - 2017-07-08 22:50 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-09 05:26 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Ralph Stahl <post@rstahl.de> - 2017-07-11 14:21 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-13 16:00 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-13 16:37 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten "Christoph M. Becker" <cmbecker69@arcor.de> - 2017-07-13 18:17 +0200
Re: curl Shell-Parameter vs. CURLOPT-Konstanten Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2017-07-17 20:33 +0200
csiph-web