코드 썸네일형 리스트형 Trait As of PHP 5.4.0, PHP implements a method of code reuse called Traits. It is useful in single inheritance languages.Trait is similar class, but only it make to group functionality. For example, you need same functions in two absolutely different class.At that time declare that functions as trait and use it in your class. Like this.. The getRetuntType and getReturnDescription functions not declare.. 더보기 [SVN] svn rollback 하기 svn 롤백 해주는 방법. 기본 개념은 merge 를 통해서 해주게됨. svn merge -r [from]:[to] [files] 위의 코드가 될텐데..rollback 을 해줄때는 from 에 현재 리비전, to에 롤백하려는 리비전을 넣어준다. 예:]$ svn merge -r 25702:23444 . 이렇게 해주면 현재 폴더의 소스코드가 모두 23444 번의 리비전의 상태로 돌아가게 됨. 더보기 [LOC] 코드 라인수 구하는 프로그램 라인수 세는함수 사용방법cloc [exclude path] [project path] 더보기 이전 1 다음