macro_rules! info_table_start {
() => { ... };
}
Expand description
Starts the PHP extension information table displayed when running
phpinfo();
Must be run before rows are inserted into the table.
macro_rules! info_table_start {
() => { ... };
}
Starts the PHP extension information table displayed when running
phpinfo();
Must be run before rows are inserted into the table.