pub fn printf(message: &str) -> Result<()>Expand description
Prints to stdout using the php_printf function.
Also see the php_print and php_println macros.
§Arguments
- message - The message to print to stdout.
§Errors
- If the message could not be converted to a
CString.