Changeset 19777
- Timestamp:
- 01/28/2012 02:36:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r19776 r19777 3667 3667 * 3668 3668 * @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee 3669 * @param string$skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue3669 * @param int $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue 3670 3670 * @param bool $pretty Whether or not you want a comma separated string or raw array returned 3671 3671 * @return string|array Either a string containing a reversed comma separated trace or an array of individual calls.
Note: See TracChangeset
for help on using the changeset viewer.