|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-06 12:58 UTC] andrei@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 17:00:01 2025 UTC |
task: need replace \ (one) to \\\\ (four) On php.4.0.5 work: $val1=preg_replace('/\\\/',"\\\\\\\\",$val); On php 4.0.6 work: $val1=preg_replace('/\\\/',"\\\\\\\\\\\\\\\\",$val);