Function ext_php_rs::zend::printf

source ·
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.

§Returns

Nothing on success, error if the message could not be converted to a CString.