|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-14 10:12 UTC] derick@php.net
[2002-01-14 14:25 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
<? function Translate($R) { echo $R; } echo "<i>".Translate("This should be in italics, but -- weird! -- it's normal.")."</i> "; ?>