From 68b263e63dc5916bf04122f4ec038d5285e4f0f2 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 22 Jul 2016 16:33:15 +0000 Subject: [PATCH] Minor improvements by anon users git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339703 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-search.xml | 2 +- reference/array/functions/array-slice.xml | 2 +- reference/mbstring/functions/mb-strimwidth.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/array/functions/array-search.xml b/reference/array/functions/array-search.xml index ec552eac54..62a7f5cad9 100644 --- a/reference/array/functions/array-search.xml +++ b/reference/array/functions/array-search.xml @@ -3,7 +3,7 @@ array_search - Searches the array for a given value and returns the corresponding key if successful + Searches the array for a given value and returns the first corresponding key if successful &reftitle.description; diff --git a/reference/array/functions/array-slice.xml b/reference/array/functions/array-slice.xml index dbd94fab03..a7a3ef45d3 100644 --- a/reference/array/functions/array-slice.xml +++ b/reference/array/functions/array-slice.xml @@ -76,7 +76,7 @@ &reftitle.returnvalues; - Returns the slice. + Returns the slice. If the offset is larger than the size of the array then returns an empty array. diff --git a/reference/mbstring/functions/mb-strimwidth.xml b/reference/mbstring/functions/mb-strimwidth.xml index b181c42840..38ab4ec755 100644 --- a/reference/mbstring/functions/mb-strimwidth.xml +++ b/reference/mbstring/functions/mb-strimwidth.xml @@ -73,7 +73,7 @@ &reftitle.returnvalues; The truncated string. If trimmarker is set, - trimmarker is appended to the return value. + trimmarker replaces the last chars to match the width. @@ -86,7 +86,7 @@ ]]>