boolStr() boolStr(boolean $val) : string Convert a boolean to a displayable string Parameters boolean $val The boolean value to convert Returns string — The string to display
vdump() vdump(\Phool\any $var) : string Converts a variable through var_dump() Parameters \Phool\any $var The value to convert Returns string — The dumped value
varType() varType(\Phool\any $var) : string Return displayable type of a variable Parameters \Phool\any $var Returns string
bool2str() bool2str(\Phool\any $var) : string Convert a boolean to a displayable string Parameters \Phool\any $var Returns string
_display() _display(string $msg, integer $level) : void Conditionnally display a string to stderr Display the string if the message level is less or equal to the verbose level Parameters string $msg The message integer $level The message level