palvoelgyilaszlo / helper
help for php programming
v1.4
2022-02-05 07:19 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
The motivation is to make the output more visible and at the same time to mark the exact position of the output.
Methods:
Everything is structured and easy to read again. $stop = true/false
Helper::e( $variable, $stop );
Returns all declared classes
Helper::getClasses();
Returns all methods of a class
Helper::getClassMethod('Helper');
Outputs the class name including namespace
Helper::getClassName(new Helper);
Returns all methods that can be used
Helper::getSelfMethodes();
Describes something about an array object
Helper::arrayObject();
Timing. Start time
Helper::timeStart();
Timing. Stop time
Helper::timeStop();
Output time measurement duration
Helper::getDuration();
Is the class user defined?
Helper::reflectionClassisUserDefined('Palvoelgyi\Helper\Helper',0);