\"Lorem Ipsum is simply dummy text of the printing and typesetting industry.\"
from
\"Lorem Ipsum is simply dummy text of the printing and typesetting indust
You can split it using the explode() function.
$sentences = explode (".", $text); // first sentence is in $sentences[0]