Functions Php

    $animals = "lions, tigers, and bears";
    printf("There were %s - oh my!", $animals);
?>