Necesito ayuda con sprintf, yo nunca la he utilizado, siempre utilizo echo, sabrias decidme k hace, he mirado en php.net, y no me aclaro con la explicacion
Código PHP:
if ($this->_page > 0) {
$this->_out(sprintf('BT /F%d %.2f Tf ET',
$this->_current_font['i'],
$this->_font_size));
thx