diff --git a/reference/apcu/functions/apcu-delete.xml b/reference/apcu/functions/apcu-delete.xml index c34ef5414e..648053a2e2 100644 --- a/reference/apcu/functions/apcu-delete.xml +++ b/reference/apcu/functions/apcu-delete.xml @@ -10,7 +10,7 @@ &reftitle.description; - boolapcu_delete + mixedapcu_delete mixedkey @@ -38,7 +38,8 @@ &reftitle.returnvalues; - &return.success; + If key is an &array;, an indexed &array; of the keys is returned. + Otherwise &true; is returned on success, or &false; on failure.