php-mod/curl

setOpt case sensitivity

Closed this issue · 1 comments

Hi, is there a reason why "setopt" is used in all examples (being all-lowercase function name), but in the code the function is "setOpt"?

Function names are case insensitive, but it kinda stinks. To fix this, should the examples be changed to camelCase, or should the function name be changed to all lowercase?

Hi, thank you for your remark.

The docs are not up to date. so to fix this the examples be changed to camelCase.