application_octetstream__hex.inc.php

来自「WEBGAME源码,有架设说明,只是非常简单」· PHP 代码 · 共 13 行

PHP
13
字号
<?php/* $Id: application_octetstream__hex.inc.php,v 1.1 2005/06/24 14:28:00 nijel Exp $ */// vim: expandtab sw=4 ts=4 sts=4:function PMA_transformation_application_octetstream__hex($buffer, $options = array(), $meta = '') {    // possibly use a global transform and feed it with special options:    // include('./libraries/transformations/global.inc.php');    return chunk_split(bin2hex($buffer), 2, ' ');}?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?