Home
last modified time | relevance | path

Searched defs:utf8_encode (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php24 public static function utf8_encode($s) function in Symfony\\Polyfill\\Php72\\Php72
H A Dbootstrap.php41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } function