My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 05, 2008 by eokorie
Labels: Phase-Requirements
HanziBlox  
Simple Chinese Character Block API.

Introduction

Simple 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 Issues

Colophon


Sign in to add a comment
Hosted by Google Code