On Mon, 7 Jun 2004, Achim Schmidt wrote:

> http://www.zend.com/zend/tut/using-strings.php says:
> 
> These escape sequences mean that backslash has a special meaning in
> strings. To include a backslash itself in a string, you need to escape
> the backslash with a backslash. For example:
> 
> $file = "c:\windows\system.ini";
> echo $file;   // prints c:windowssystem.ini
> 
> $file = "c:\\windows\\system.ini";
> echo $file;   // prints c:\windows\system.ini
> 
> 
> -->> @@FILE should contain double backslashes ...

That's ugly as hell, at least for command line parameters.



- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to