stijn0713 Posted May 20, 2013 Share Posted May 20, 2013 i want to determine for every function or class method in all the core codeigniter functions, libraries and helpers, how many resources (http://php.net/manual/en/language.types.resource.php) these functions or class methods have. Any idea what is a simple way to do it? So far, i've - include all the desired files (core, libraries, helpers) - list down all the user defined classes and their methods and user-defined functions Link to comment https://forums.phpfreaks.com/topic/278199-checking-for-resources-in-every-function/ Share on other sites More sharing options...
requinix Posted May 20, 2013 Share Posted May 20, 2013 And how exactly do functions and methods "have resources"? Link to comment https://forums.phpfreaks.com/topic/278199-checking-for-resources-in-every-function/#findComment-1431221 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.