1.PHP.NET
https://www.php.net/manual/en/indexes.functions.php
PHP: Function and Method listing - Manual
Function and Method listing List of all the functions and methods in the manual a b c d e f g h i j k l m n o p q r s t u v w x y z _ a abs - Absolute value acos - Arc cosine acosh - Inverse hyperbolic cosine addcslashes - Quote string with slashes in a C
www.php.net
2.https://javaexpert.tistory.com/510
php 함수목록
PHP abs() 절대값을 리턴한다 PHP acos() 라디안으로 주어진 값을 아크코사인값을 리턴한다 PHP addcslashes() 문자열앞에 역슬레쉬를 추가한다 PHP addslashes() ‘,”,\ 앞에 역슬래쉬를 추가한..
javaexpert.tistory.com
3.https://www.w3bai.com/ko/php
PHP list() Function
PHP list() Function 예 배열처럼 변수를 할당 : <?php $my_array = array("Dog","Cat","Horse"); list($a, $b, $c) = $my_array; echo "I have several animals, a $a, a $b and a $c."; ?> »실행 예 정의 및 사용 list() 함수는 하나의 작동 변
www.w3bai.com
'WEB 관련' 카테고리의 다른 글
sketchfab 티스토리 테스트 (0) | 2022.07.21 |
---|---|
Babylon.js 티스토리 테스트 (0) | 2022.07.19 |
PHP CURL 사용법 (0) | 2022.06.29 |
iis 확장자 없는 이미지 파일 안보이는 문제 (0) | 2022.06.29 |
티스토리 글쓰기에서 역슬래시 사용 (0) | 2020.10.05 |