diff --git a/Bridge_API/BridgeAbstract.html b/Bridge_API/BridgeAbstract.html index 6440befe..2824af1b 100644 --- a/Bridge_API/BridgeAbstract.html +++ b/Bridge_API/BridgeAbstract.html @@ -93,7 +93,7 @@
setContentType
functionsanitizeHtml
functionThe sanitizeHtml
function receives an HTML formatted string and returns the string with disabled <script>
, <iframe>
and <link>
tags.
sanitizeHtml(string $html): string
-
-array_trim
functionThe array_trim
function receives an array of strings and returns the same array with all elements trimmed (like using the trim
function on all elements)
array_trim(array $elements): array