Macro ext_php_rs::info_table_row[][src]

macro_rules! info_table_row {
    ($($element : expr), *) => { ... };
}
Expand description

Adds a row to the PHP extension information table. Takes as many string arguments as required.