json-exception-polyfill.php
| 128 B | Satir:
0
| php
Geri
<?php if (PHP_VERSION_ID < 70300 && ! class_exists('JsonException')) { class JsonException extends Exception { } }
Kaydet
Ctrl+S ile kaydet