Re: [PHP] file function. please help..

2001-07-06 Thread ReDucTor

huh, explain a little more???
- Original Message - 
From: Doron <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 6:09 PM
Subject: [PHP] file function. please help..


> hello.
> how can i make the file function to put the first 9 lines, in values
> 01, 02, 03, 04, 05, 06, 07, 08, 09
> instead of
> 1, 2, 3, 4, 5, 6, 7, 8, 9?
> 
> 
> 10x...
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] file function. please help..

2001-07-06 Thread Don Read


On 07-Jul-01 Doron wrote:
> hello.
> how can i make the file function to put the first 9 lines, in values
> 01, 02, 03, 04, 05, 06, 07, 08, 09
> instead of
> 1, 2, 3, 4, 5, 6, 7, 8, 9?
> 

file ? numbers ?
 ... gotta be the example from the manual (somebody reads it, Halleluja!).

Have you looked at printf -or- sprintf ?

Regards,
-- 
Don Read   [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]