First x words
$temp = explode(" ", $text); for ($x; $x < $num; $x++) $out .= $temp[$x]; return $out; }
string, int first_words -> string
Rating: 0 / 5 (0 votes) 4608 views
Want to share your source code? Create your account and join our community!
Comments
Add your comment