“string php” Respostas de código

php strpos

$myString = 'Hello Bob how are you?';
if (strpos($myString, 'Bob') !== false) {
    echo "My string contains Bob";
}
Grepper

PHP Heredoc

	$output = <<<HTML
	<p>Lorem ipsum dolor sit amet consectetur<p>
	<a href="{$foobar}">click here</a>
HTML;
Nate

string php

The character at index -2 is n.
Changing the character at index -3 to o gives strong.
Determined Dunlin

Strings PHP

<?php
echo strlen("Hello world!"); // outputs 12
?>
naly moslih

Respostas semelhantes a “string php”

Perguntas semelhantes a “string php”

Procure respostas de código populares por idioma

Procurar outros idiomas de código