"Carbon 클래스"의 두 판 사이의 차이

13번째 줄: 13번째 줄:
==참고==
==참고==
*http://carbon.nesbot.com/docs/
*http://carbon.nesbot.com/docs/
http://php.net/manual/en/class.datetime.php
*http://php.net/manual/en/class.datetime.php


[[분류: PHP]]
[[분류: PHP]]

2016년 5월 16일 (월) 12:54 판

1 개요

  • Carbon class는 PHP DateTime class의 상속 class
<?php
namespace Carbon;

class Carbon extends \DateTime
{
    // code here
}

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}