Improved coment

This commit is contained in:
fbsanchez 2020-06-03 14:01:08 +02:00
parent 865e17d3f8
commit 0a6f16a40e
1 changed files with 2 additions and 2 deletions

View File

@ -217,8 +217,8 @@ function io_safe_output_array(&$item, $key=false, $utf8=true)
* plain ascii file, to render to console, or to put in any kind of data field
* who doesn't make the HTML render by itself.
*
* @param mixed String or array of strings to be cleaned.
* @param boolean $utf8 Flag, set the output encoding in utf8, by default true.
* @param string|array $value String or array of strings to be cleaned.
* @param boolean $utf8 Flag, set the output encoding in utf8, by default true.
*
* @return unknown_type
*/