<?php $MyString = "abcdefg"; echo strpos($MyString, "cde"); ?> This example finds the substr (needle) "cde" in the string $MyString.
確定! 回上一頁