Code arrow

Jmnote (토론 | 기여)님의 2025년 7월 6일 (일) 09:57 판 (새 문서: ==개요== ;code arrow <syntaxhighlight lang='php'> $a = new stdClass(); $a->b = "Hello, world!"; echo $a->b; // Hello, world! </syntaxhighlight> 분류: 소스코드)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

code arrow
$a = new stdClass();
$a->b = "Hello, world!";

echo $a->b;  // Hello, world!
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}