PHP - Output and String Handling
What does the
%s format specifier do in printf or sprintf in PHP?%s format specifier do in printf or sprintf in PHP?%s specifier is used to insert a string value into the formatted output.%s is for strings, it converts the variable to a string representation.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions