I was just going through the curl library for codeigniter to understand the code. Here is the link. There is this function __call() which I am not sure about. Is it an inbuilt function in CI? I suppose it is called whenever any method of this library is called, for example using
$this->curl->simple_get();
Can someone please shed the light. I couldn't find much info on the codeigniter user guide.