Code arrow

개요[ | ]

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

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