From 2fce0010f0d0eb2476028ed62335508bceabd820 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Mon, 13 Nov 2017 09:24:36 +0100 Subject: classref: Sync with current source [ci skip] --- doc/classes/Array.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/classes/Array.xml') diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 7c1d72333..05a571fb5 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -82,6 +82,8 @@ + + Returns the last element of the array if the array is not empty (size>0). @@ -142,6 +144,8 @@ + + Returns the first element of the array if the array is not empty (size>0). @@ -183,11 +187,15 @@ + + Remove the last element of the array. + + Remove the first element of the array. -- cgit v1.2.3-70-g09d2