함수 getTextFromURL()

Jmnote (토론 | 기여)님의 2023년 4월 8일 (토) 12:41 판 (새 문서: ==개요== ;함수 get_http_content() ==PHP== 분류: PHP {{참고|PHP get_http_content()}} <syntaxhighlight lang='php' run> <?php $content = file_get_contents('https://raw.githu...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

함수 get_http_content()

2 PHP

<?php
$content = file_get_contents('https://raw.githubusercontent.com/kubernetes/kubernetes/v1.26.3/.go-version');
var_dump($content);

3 같이 보기

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