今時のWebサイトは、スマートフォン(スマホ)への対応が必須です。スマホへの対応には、CSSで切り替える「レスポンシブWebデザイン」などの手法もありますが、ここではHTMLを切り替える方法で、しかもPHPを利用することでURLを変えずにデザインだけを ...
This code suffers from a subtle issue related to how PHP handles type juggling and comparison. The `strpos()` function returns `false` if the needle is not found, and ...
This code suffers from a subtle issue related to PHP's type juggling and comparison operators. The `strpos()` function returns `false` if the needle is not found, and ...
What is the strpos() function ? The strpos() function searches for a concrete text within a string. In other word we can say that strpos() function use for searching position of Text Within a String.
今回は文字列に関して操作できる関数をまとめてみました。 これらの関数を使って「しりとり」の正誤判定などのプログラムなども作れるようになります。 substr()を使って特定の文字列を取得できます。ただし、substr()はマルチバイト文字に対応しないので ...