1
0
mirror of https://github.com/php/doc-uk.git synced 2026-03-23 22:52:14 +01:00

Sync urldecode() docs with EN

This commit is contained in:
Gina Peter Banyard
2024-11-08 08:20:51 +00:00
parent c9720b66fa
commit e672c7646f

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e25450d9dc5f49da38026350643730de2017ac67 Maintainer: ktretyak Status: ready -->
<!-- $Revision$ -->
<!-- EN-Revision: 0c9c2dd669fe9395eaa73d487fbd160f9057429a Maintainer: ktretyak Status: ready -->
<refentry xml:id="function.urldecode" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>urldecode</refname>
@@ -11,7 +10,7 @@
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>urldecode</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
</methodsynopsis>
<para>
В заданому рядку розкодовує будь-який підрядок, що починається зі знака процента,
@@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>str</parameter></term>
<term><parameter>string</parameter></term>
<listitem>
<para>
Рядок, що буде розкодовуватись.
@@ -93,7 +92,6 @@ foreach (explode('&', $query) as $chunk) {
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml