diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml index ad89fc6166..dedb21ac63 100644 --- a/reference/misc/functions/highlight-string.xml +++ b/reference/misc/functions/highlight-string.xml @@ -1,6 +1,6 @@ - + @@ -11,7 +11,7 @@ &reftitle.description; - stringboolhighlight_string + stringtruehighlight_string stringstring boolreturn&false; @@ -51,8 +51,7 @@ return が &true; の場合は、 ハイライトされたコードを文字列として返し、表示しません。 - それ以外の場合は、成功した場合に &true;、 - 失敗した場合に &false; を返します。 + それ以外の場合は、&true; を返します。 @@ -68,6 +67,13 @@ + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + 8.3.0 diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index cee757489e..7e1b9abff9 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -1,6 +1,6 @@ - + @@ -39,8 +39,7 @@ &reftitle.returnvalues; - インターネットの IP アドレスを表す文字列を返します。 - &return.falseforfailure; + インターネットの IP アドレスを表す文字列を返します。 @@ -55,6 +54,12 @@ + + 8.4.0 + + 戻り値の型が、stringfalse から string に変更されました。 + + 7.1.0 diff --git a/reference/var/functions/print-r.xml b/reference/var/functions/print-r.xml index ac93994820..8884ed8e72 100644 --- a/reference/var/functions/print-r.xml +++ b/reference/var/functions/print-r.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ &reftitle.description; - stringboolprint_r + stringtrueprint_r mixedvalue boolreturn&false; @@ -70,6 +70,31 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.4.0 + + 戻り値の型が、stringbool から + stringtrue に変更されました。 + + + + + + + + &reftitle.examples;