Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- composer-php
- Apache
- file-upload
- 무료다운로드쿠폰
- UTF-8
- 웹하드순위
- function
- JavaScript
- Session
- Ajax
- php
- 경영
- post
- Regex
- curl
- Forms
- string
- date
- Linux
- HTML
- 웹하드추천
- variables
- MySQL
- OOP
- Laravel
- 전략
- Arrays
- jquery
- JSON
Archives
- Today
- Total
목록namespaces (1)
개발! 딱 깔끔하고 센스있게!
PHP 네임 스페이스와 "사용"
나는 명칭공간과 use 문구에 문제가 있다. 나 는 세 개 파일: shaperface.php, shape.php, circle.php. 이 동작을 상대 경로를 사용하여 실행하려고 시도하고 있습니다. 모든 종류에 넣었습니다. namespace Shape; 나의 동그라미 수업에서 나는 아래의 내용이 있다. namespace Shape; //use Shape; //use ShapeInterface; include 'Shape.php'; include 'ShapeInterface.php'; class Circle extends Shape implements ShapeInterface{ .... 만약 내가 include 어구를 사용한다면 잘못되지 않을 것이다.내가 구문을 사용한다면 나는 얻을 것이다. Fatal ..
개발 스크랩 메모/PHP
2020. 11. 21. 03:20