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

1번째 줄: 1번째 줄:
==개요==
==개요==
*Carbon class는 PHP DateTime class를 확장한 Biran Nesbit의 package.
;Carbon class; Carbon
*현재시간, 시차, 날짜 계산 등 편리한 추가 기능 제공.
;카본 클래스; 카본
* PHP DateTime 클래스를 확장한 Biran Nesbit의 package
* 현재시간, 시차, 날짜 계산 등 편리한 추가 기능 제공
 
http://carbon.nesbot.com/logo.png
 
<source lang='php'>
<source lang='php'>
<?php
<?php

2016년 5월 16일 (월) 13:25 판

1 개요

Carbon class; Carbon
카본 클래스; 카본
  • PHP DateTime 클래스를 확장한 Biran Nesbit의 package
  • 현재시간, 시차, 날짜 계산 등 편리한 추가 기능 제공

 

<?php
namespace Carbon;

class Carbon extends \DateTime
{
    // code here
}

2 참고

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