📄 gl_php.php
字号:
function hw_info(int connection);
function hw_inscoll(int connection, int objectID, array object_array);
function hw_insdoc(int connection, int parentID, string object_record, string text);
function hw_insertanchors(int hwdoc, array anchorecs, array dest [, array urlprefixes]);
function hw_insertdocument(int connection, int parent_id, int hw_document);
function hw_insertobject(int connection, string object_rec, string parameter);
function hw_mapid(int connection, int server_id, int object_id);
function hw_modifyobject(int connection, int object_to_change, array remove, array add, int mode);
function hw_mv(int connection, array object_id_array, int source_id, int destination_id);
function hw_new_document(string object_record, string document_data, int document_size);
function hw_objrec2array(string object_record [, array format]);
function hw_output_document(int hw_document);
function hw_pconnect(string host, int port, string username, string password);
function hw_pipedocument(int connection, int objectID);
function hw_root();
function hw_setlinkroot(int link, int rootid);
function hw_stat(int link);
function hw_unlock(int connection, int objectID);
function hw_who(int connection);
function key(void);
function langdepvalue(string language);
function value(void);
function values(void);
function attribute([string name [, string value]]);
function checkin(array parameter);
function checkout(array parameter);
function children(array parameter);
function mimetype(void);
function read(string buffer, integer len);
function content(array parameter);
function copy(array parameter);
function dbstat(array parameter);
function dcstat(array parameter);
function dstanchors(array parameter);
function dstofsrcanchors(array parameter);
function count(void);
function reason(void);
function find(array parameter);
function ftstat(array parameter);
function hwapi_hgcsp(string hostname [, int port]);
function hwstat(array parameter);
function identify(array parameter);
function info(array parameter);
function insert(array parameter);
function insertanchor(array parameter);
function insertcollection(array parameter);
function insertdocument(array parameter);
function link(array parameter);
function lock(array parameter);
function move(array parameter);
function content(string content, string mimetype);
function assign(array parameter);
function attreditable(array parameter);
function count(array parameter);
function insert(object attribute);
function hw_api_object(array parameter);
function remove(string name);
function title(array parameter);
function value(string name);
class HW_API {
function object(array parameter);
function checkin(array parameter);
function checkout(array parameter);
function children(array parameter);
function content(array parameter);
function copy(array parameter);
function dbstat(array parameter);
function dcstat(array parameter);
function dstanchors(array parameter);
function dstofsrcanchors(array parameter);
function find(array parameter);
function ftstat(array parameter);
function hwstat(array parameter);
function identify(array parameter);
function info(array parameter);
function insert(array parameter);
function insertanchor(array parameter);
function insertcollection(array parameter);
function insertdocument(array parameter);
function link(array parameter);
function lock(array parameter);
function move(array parameter);
function content(string content, string mimetype);
function object(array parameter);
function objectbyanchor(array parameter);
function parents(array parameter);
function remove(array parameter);
function replace(array parameter);
function setcommitedversion(array parameter);
function srcanchors(array parameter);
function srcsofdst(array parameter);
function unlock(array parameter);
function user(array parameter);
function userlist(array parameter);
};
class HW_API_Object {
function assign(array parameter);
function attreditable(array parameter);
function count(array parameter);
function insert(object attribute);
function remove(string name);
function title(array parameter);
function value(string name);
};
class HW_API_Attribute {
function attribute([string name [, string value]]);
function key(void);
function langdepvalue(string language);
function value(void);
function values(void);
};
class HW_API_Error {
function count(void);
function reason(void);
};
class HW_API_Content {
function mimetype(void);
function read(string buffer, integer len);
};
class HW_API_Reason {
function description(void);
function type(void);
};
function objectbyanchor(array parameter);
function parents(array parameter);
function description(void);
function type(void);
function remove(array parameter);
function replace(array parameter);
function setcommitedversion(array parameter);
function srcanchors(array parameter);
function srcsofdst(array parameter);
function unlock(array parameter);
function user(array parameter);
function userlist(array parameter);
function iconv_get_encoding([string type]);
function iconv_mime_decode(string encoded_string [, string charset]);
function iconv_mime_encode(string field_name, string field_value [, array preference]);
function iconv_mime_decode_headers(string encoded_headers [, int mode [, string charset]]);
function iconv_set_encoding(string type, string charset);
function iconv_strlen(string str [, string charset]);
function iconv_strpos(string haystack, string needle, int offset [, string charset]);
function iconv_strrpos(string haystack, string needle [, string charset]);
function iconv_substr(string str, int offset [, int length [, string charset]]);
function iconv(string in_charset, string out_charset, string str);
function idate(unknown);
function ob_iconv_handler(string contents, int status);
function exif_imagetype(string filename);
function exif_read_data(string filename [, string sections [, bool arrays [, bool thumbnail]]]);
function exif_thumbnail(string filename [, int&width [, int&height [, int&imagetype]]]);
function gd_info(void);
function getimagesize(string filename [, array imageinfo]);
function imagefilter(unknown);
function image_type_to_extension(unknown);
function image_type_to_mime_type(int imagetype);
function image2wbmp(resource image [, string filename [, int threshold]]);
function imagealphablending(resource image, bool blendmode);
function imageantialias(resource im, bool on);
function imagearc(resource image, int cx, int cy, int w, int h, int s, int e, int color);
function imagechar(resource image, int font, int x, int y, string c, int color);
function imagecharup(resource image, int font, int x, int y, string c, int color);
function imagecolorallocate(resource image, int red, int green, int blue);
function imagecolorallocatealpha(resource image, int red, int green, int blue, int alpha);
function imagecolorat(resource image, int x, int y);
function imagecolorclosest(resource image, int red, int green, int blue);
function imagecolorclosestalpha(resource image, int red, int green, int blue, int alpha);
function imagecolorclosesthwb(resource image, int red, int green, int blue);
function imagecolordeallocate(resource image, int color);
function imagecolorexact(resource image, int red, int green, int blue);
function imagecolorexactalpha(resource image, int red, int green, int blue, int alpha);
function imagecolormatch(resource image1, resource image2);
function imagecolorresolve(resource image, int red, int green, int blue);
function imagecolorresolvealpha(resource image, int red, int green, int blue, int alpha);
function imagecolorset(resource image, int index, int red, int green, int blue);
function imagecolorsforindex(resource image, int index);
function imagecolorstotal(resource image);
function imagecolortransparent(resource image [, int color]);
function imagecopy(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h);
function imagecopymerge(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct);
function imagecopymergegray(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct);
function imagecopyresampled(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
function imagecopyresized(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
function imagecreate(int x_size, int y_size);
function imagecreatefromgd2(string filename);
function imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height);
function imagecreatefromgd(string filename);
function imagecreatefromgif(string filename);
function imagecreatefromjpeg(string filename);
function imagecreatefrompng(string filename);
function imagecreatefromstring(string image);
function imagecreatefromwbmp(string filename);
function imagecreatefromxbm(string filename);
function imagecreatefromxpm(string filename);
function imagecreatetruecolor(int x_size, int y_size);
function imagedashedline(resource image, int x1, int y1, int x2, int y2, int color);
function imagedestroy(resource image);
function imageellipse(resource image, int cx, int cy, int w, int h, int color);
function imagefill(resource image, int x, int y, int color);
function imagefilledarc(resource image, int cx, int cy, int w, int h, int s, int e, int color, int style);
function imagefilledellipse(resource image, int cx, int cy, int w, int h, int color);
function imagefilledpolygon(resource image, array points, int num_points, int color);
function imagefilledrectangle(resource image, int x1, int y1, int x2, int y2, int color);
function imagefilltoborder(resource image, int x, int y, int border, int color);
function imagefontheight(int font);
function imagefontwidth(int font);
function imageftbbox(int size, int angle, string font_file, string text [, array extrainfo]);
function imagefttext(resource image, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo]);
function imagegammacorrect(resource image, float inputgamma, float outputgamma);
function imagegd2(resource image [, string filename [, int chunk_size [, int type]]]);
function imagegd(resource image [, string filename]);
function imagegif(resource image [, string filename]);
function imageinterlace(resource image [, int interlace]);
function imageistruecolor(resource image);
function imagejpeg(resource image [, string filename [, int quality]]);
function imageline(resource image, int x1, int y1, int x2, int y2, int color);
function imageloadfont(string file);
function imagepalettecopy(resource destination, resource source);
function imagepng(resource image [, string filename]);
function imagepolygon(resource image, array points, int num_points, int color);
function imagepsbbox(string text, int font, int size [, int space [, int tightness [, float angle]]]);
function imagepscopyfont(int fontindex);
function imagepsencodefont(int font_index, string encodingfile);
function imagepsextendfont(int font_index, float extend);
function imagepsfreefont(int fontindex);
function imagepsloadfont(string filename);
function imagepsslantfont(int font_index, float slant);
function imagepstext(resource image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]]);
function imagerectangle(resource image, int x1, int y1, int x2, int y2, int col);
function imagerotate(resource src_im, float angle, int bgd_color);
function imagesavealpha(resource image, bool saveflag);
function imagesetbrush(resource image, resource brush);
function imagesetpixel(resource image, int x, int y, int color);
function imagesetstyle(resource image, array style);
function imagesetthickness(resource image, int thickness);
function imagesettile(resource image, resource tile);
function imagestring(resource image, int font, int x, int y, string s, int col);
function imagestringup(resource image, int font, int x, int y, string s, int col);
function imagesx(resource image);
function imagesy(resource image);
function imagetruecolortopalette(resource image, bool dither, int ncolors);
function imagettfbbox(int size, int angle, string fontfile, string text);
function imagettftext(resource image, int size, int angle, int x, int y, int color, string fontfile, string text);
function imagetypes(void);
function imagewbmp(resource image [, string filename [, int foreground]]);
function iptcembed(string iptcdata, string jpeg_file_name [, int spool]);
function iptcparse(string iptcblock);
function jpeg2wbmp(string jpegname, string wbmpname, int d_height, int d_width, int threshold);
function png2wbmp(string pngname, string wbmpname, int d_height, int d_width, int threshold);
function imap_8bit(string string);
function imap_alerts(void);
function imap_append(resource imap_stream, string mbox, string message [, string options]);
function imap_base64(string text);
function imap_binary(string string);
function imap_body(resource imap_stream, int msg_number [, int options]);
function imap_bodystruct(resource stream_id, int msg_no, int section);
function imap_check(resource imap_stream);
function imap_clearflag_full(resource stream, string sequence, string flag, string options);
function imap_close(resource imap_stream [, int flag]);
function imap_createmailbox(resource imap_stream, string mbox);
function imap_delete(int imap_stream, int msg_number [, int options]);
function imap_deletemailbox(resource imap_stream, string mbox);
function imap_errors(void);
function imap_expunge(resource imap_stream);
function imap_fetch_overview(resource imap_stream, string sequence [, int options]);
function imap_fetchbody(resource imap_stream, int msg_number, string part_number [, flags options]);
function imap_fetchheader(resource imap_stream, int msgno, int options);
function imap_fetchstructure(resource imap_stream, int msg_number [, int options]);
function imap_get_quota(resource imap_stream, string quota_root);
function imap_get_quotaroot(resource imap_stream, string quota_root);
function imap_getacl(resource stream_id, string mailbox);
function imap_getmailboxes(resource imap_stream, string ref, string pattern);
function imap_gets
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -