<!DOCTYPE html> <html> <body> <?php echo strspn("abcdefand","abc"); ?> </body> </html>
<?php echo strspn("abcdefand","abc"); ?>