5 search resultsShowing 1~5 results

Stocked
mai1128

@mai1128

PHP備忘録じゃんけん

<?php $result = ''; $janken = ''; // $_POST['cho']が存在するか確認するのにissetを使う。$_POST['cho']を使いたいのであれば...

0
0
Comment0
mai1128

@mai1128

PHP初学者備忘録

0埋めについて sprintf文字列を返す printf文字列を出力する 「%」から始まる部分を特殊な文字として定義しており、 「%d」は10進数の整数、「%s」は文字列を表すことになっている。...

0
0
Comment0
mai1128

@mai1128

PHP初学者備忘録②

htmlspecialcharsはユーザが入力を間違えた際のプログラム誤作動や、セキュリティ対策のために使う。 タグなどをそのまま表示させたい時に使う。 ENT_QUOTESはダブルクォート、シ...

0
0
Comment0

5 search resultsShowing 1~5 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in