0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

プログラミングデバッグでよくみる単語帳

Last updated at Posted at 2021-10-27

抑えておきたい単語集

phpの編集の場合

単語 意訳
undefined 未定義の(⇆ define:決定する)
scyntax 構文
fatal 致命的な
method 関数
propaty 所有物(取り出したい値の名前)
uncought 取得できない
array 配列
row 列(左右)
line 列(前後)
accept 受け入れる
refuse 拒否
attribute 属性
aboid 避ける
string(str) 文字の(文字型の)
intiger(int) 数字の(数字型の)
boolean(bool) ブーリアン型(真偽、true,false型)
inbalid 無効な
argument 引数(引数)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?