見て楽しむ用です。間違っているかもしれません。
言語 | オブジェクトタイプ | 使用例 |
---|---|---|
Java | プロパティ | ar.length |
java script | プロパティ | ar.length |
C# | プロパティ | ar.Length |
python | 関数 | len(ar) |
PHP | 関数 | count($ar) |
lua | 単項演算子(長さ演算子) | #ar |
bash | 不明 | ${#ar[@]} |
Go to list of users who liked
見て楽しむ用です。間違っているかもしれません。
言語 | オブジェクトタイプ | 使用例 |
---|---|---|
Java | プロパティ | ar.length |
java script | プロパティ | ar.length |
C# | プロパティ | ar.Length |
python | 関数 | len(ar) |
PHP | 関数 | count($ar) |
lua | 単項演算子(長さ演算子) | #ar |
bash | 不明 | ${#ar[@]} |
Register as a new user and use Qiita more conveniently
Go to list of users who liked