|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-25 18:06 UTC] moriyoshi@php.net
[2003-03-26 02:52 UTC] sebastien at mouzaia dot com
[2003-03-26 04:09 UTC] michael dot mauch at gmx dot de
[2003-03-26 06:03 UTC] sebastien at mouzaia dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 21:00:01 2025 UTC |
<? print(phpversion().'<br>'); $string = "public_html/concepts/2L_vuda_dupont/wip/drawings"; $return = strrchr($string,'wip/'); print($return.'<br>'); // print wings WHY ??? print("<hr>"); $string = "public_html/concepts/2L_vuda_dupont/wip/drazings"; $return = strrchr($string,'wip/'); // print /wip/drazings(OK) print($return.'<br>') // tested on a 4.3.1 linux and on a 4.3.0 windows ?>