Registry / utility / symfony-polyfill-ctype

symfony-polyfill-ctype

JSON →
library1.37.0phppackagistunverified

Symfony polyfill for ctype functions.

composer require symfony/polyfill-ctype
INSTALL
IMPORT
SIG · SYMFONY-POLYFILL-C
S
symfony-polyfill-ctype
utilityphpv1.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ctype
use Symfony\Polyfill\Ctype\Ctype;

Minimal usage of the ctype polyfill.

<?php require_once 'vendor/autoload.php'; use Symfony\Polyfill\Ctype\Ctype; // Example: check if a string is alphanumeric $result = Ctype::ctype_alnum('hello123'); var_dump($result); // bool(true)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
symfony-polyfill-ctype — pip install symfony-polyfill-ctype · libregistry