We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aeb4a1 + 2a008a2 commit cbf9be4Copy full SHA for cbf9be4
helpers.md
@@ -532,7 +532,7 @@ The `class_basename` returns the class name of the given class with the class' n
532
<a name="method-e"></a>
533
#### `e()` {#collection-method}
534
535
-The `e` function runs `htmlspecialchars` over the given string:
+The `e` function runs PHP's `htmlspecialchars` function with the `double_encode` option set to `false`:
536
537
echo e('<html>foo</html>');
538
0 commit comments