update : 2015.11.03
php.shukuma.com검색:
|
newt_draw_root_text(PECL newt >= 0.1) newt_draw_root_text — Displays the string text at the position indicated 설명
void newt_draw_root_text
( int
$left
, int $top
, string $text
)Displays the string text at the position indicated. 인수
반환값값을 반환하지 않습니다. 예제
Example #1 A newt_draw_root_text() example This code demonstrates drawing of titles in the both corners of the screen.
<?php 참고
|