Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Mbstring.php
function Mbstring::mb_output_handler
File
vendor/
symfony/
polyfill-mbstring/
Mbstring.php
, line 789
Class
Mbstring
Partial mbstring implementation in PHP, iconv based, UTF-8 centric.
Namespace
Symfony\Polyfill\Mbstring
Code
public static
function
mb_output_handler
(
$contents
,
$status
) {
return
$contents
; }
RSS feed