Pesquisar
Conheça novas pessoas, crie conexões e faça novos amigos
-
Faça Login para curtir, compartilhar e comentar!
-
PHP StringsA string is a sequence of characters, like "Hello world!". Strings Strings in PHP are surrounded by either double quotation marks, or single quotation marks. ExampleGet your own PHP Server echo "Hello"; echo 'Hello'; Try it Yourself » Note There is a big difference between double quotes and single quotes in PHP. Double quotes process special characters, single quotes...0 Comentários 0 Compartilhamentos 3K Visualizações 0 Anterior