|
HanziBlox
Simple Chinese Character Block API.
IntroductionSimple Chinese Character Block API.
Parameters
Code Examples
header("Content-type: image/gif; charset=utf-8");
$hbx = new HanziBlox();
// build image resource
$img = $hbx->pzblox_create("生");
// show block with '生' in the middle
imagegif($img);
Related IssuesColophon
|
Sign in to add a comment