macro_rules! info_table_header {
($($element:expr),*) => { ... };
}
Expand description
Sets the header for the PHP extension information table. Takes as many string arguments as required.
macro_rules! info_table_header {
($($element:expr),*) => { ... };
}
Sets the header for the PHP extension information table. Takes as many string arguments as required.