void Worksheet::setFooter (
string $string
,
float $margin=0.5
)
Set the page footer caption and optional margin.
string $string
-
The footer text
float $margin
-
optional foot margin in inches.
This function can not be called statically.
Using setFooter()
<?php
?>