php / doc-es

Spanish translation of the PHP documentation
24 stars 50 forks source link

Convert curl-getinfo() constant list to table #74

Closed haszi closed 4 months ago

haszi commented 7 months ago

This PR converts the constant list for the second (option) parameter of curl_getinfo() to a table (as it was done in doc-en here) and adds the five missing constants (CURLINFO_CAINFO, CURLINFO_CAPATH, CURLINFO_REFERER, CURLINFO_RETRY_AFTER, CURLINFO_PROXY_ERROR). The latter is in a separate commit so it can be easily dropped if it's not needed.