Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 30475 deleted from pcre.pattern.syntax by didou
Note Submitter: [email]jeppe@bundsgaard.net[/email]
----
I have had a lot of trouble backslashing a backslash. It seems that *five* backslashes will do the job - so if you want to match \@ then type \\\\\@
didou@php.net Guest
-
note 33777 added to pcre.pattern.syntax
Very obvious, but heres a short and sweet regexp to match the first two entries of a Windows filesystem directory ( . and .. ), but leave the files... -
note 19929 deleted from function.is-a by didou
Note Submitter: php@electricsurfer.com ---- Here is a 3 line PHP implementation that worked for me: if (!function_exists('is_a')) {... -
note 21357 deleted from function.is-a by didou
Note Submitter: krisher@oswego.edu ---- Any implementation of is_a that relies on empty() to test whether the object parameter is empty will... -
note 19727 deleted from function.is-a by didou
Note Submitter: dan at mojavelinux dot com ---- php implementation to keep us happy for now if (!function_exists('is_a')) { function... -
note 18675 deleted from ref.mssql by didou
Note Submitter: php@fireball88.de ---- Easy Oracle-Connection with my Class for Oracle/mySQL/MSSQL! my cDBC-Klass is free and with...



Reply With Quote

