Recoger la salida de una función en una variable con php
27 de July, 2010
ob_start(); $this->tiempos_abiertos(NULL); $salida = ob_get_contents(); ob_end_clean();
Programación y linux |
|
ob_start(); $this->tiempos_abiertos(NULL); $salida = ob_get_contents(); ob_end_clean();