[DOC-CVS] [doc-en] master: Link imagestring()
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana)
Date: 2025-07-03T08:53:03+02:00
Commit: https://github.com/php/doc-en/commit/a242967282148c0dc1c7594ed406ee4b01d41d3d
Raw diff: https://github.com/php/doc-en/commit/a242967282148c0dc1c7594ed406ee4b01d41d3d.diff
Link imagestring()
Changed paths:
M reference/image/functions/imageloadfont.xml
M reference/image/functions/imagettftext.xml
Diff:
diff --git a/reference/image/functions/imageloadfont.xml b/reference/image/functions/imageloadfont.xml
index 7239c1a10380..a3c409614620 100644
--- a/reference/image/functions/imageloadfont.xml
+++ b/reference/image/functions/imageloadfont.xml
@@ -110,7 +110,7 @@
</informaltable>
</para>
</refsect1>
-
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -146,6 +146,7 @@ imagepng($im);
<simplelist>
<member><function>imagefontwidth</function></member>
<member><function>imagefontheight</function></member>
+ <member><function>imagestring</function></member>
</simplelist>
</refsect1>
</refentry>
diff --git a/reference/image/functions/imagettftext.xml b/reference/image/functions/imagettftext.xml
index 6288b3a608ea..aba06920286a 100644
--- a/reference/image/functions/imagettftext.xml
+++ b/reference/image/functions/imagettftext.xml
@@ -208,6 +208,7 @@ imagepng($im);
<simplelist>
<member><function>imagettfbbox</function></member>
<member><function>imagefttext</function></member>
+ <member><function>imagestring</function></member>
</simplelist>
</refsect1>
</refentry>