📄 application_octetstream__hex.inc.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -