update : 2015.11.03
php.shukuma.com검색:
|
imagecreatefromstring(PHP 4 >= 4.0.4, PHP 5, PHP 7) imagecreatefromstring — Create a new image from the image stream in the string 설명
resource imagecreatefromstring
( string
$image
)
imagecreatefromstring() returns an image identifier
representing the image obtained from the given 인수
반환값
An image resource will be returned on success. 예제
Example #1 imagecreatefromstring() example
<?php 위 예제의 출력 예시: 참고
|