Date: 09/17/00
- Next message: Joao Prado Maia: "Re: [PHP] Directory Listing..."
- Previous message: Joao Prado Maia: "Re: [PHP] What does this mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
An error was reported when I try these code:
$level = .....................;
echo str_repeat (<ul>, $level); //error when $level ==0
It should simply output an empty string silently I think.
Btw, this function shuld add addtional parameters like this:
string str_repeat (string input, int multiplier [, string conector])
"conector" should be anything to join the "intput",
if an array was used as "input", when "mutiplier">0, ues input[0], else
use input[1].
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Joao Prado Maia: "Re: [PHP] Directory Listing..."
- Previous message: Joao Prado Maia: "Re: [PHP] What does this mean?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

