芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/dina.ycreate.jp/wp-content/plugins/ewww-image-optimizer/functions.php
mimetype( $path, $case ); } /** * Escape any spaces in the filename. * * @param string $path The path to a binary file. * @return string The path with spaces escaped. */ function ewww_image_optimizer_escapeshellcmd( $path ) { return ewwwio()->escapeshellcmd( $path ); } /** * Replacement for escapeshellarg() that won't kill non-ASCII characters. * * @param string $arg A value to sanitize/escape for commmand-line usage. * @return string The value after being escaped. */ function ewww_image_optimizer_escapeshellarg( $arg ) { return ewwwio()->escapeshellarg( $arg ); } /** * Adds information to the in-memory debug log. * * @param string $message Debug information to add to the log. */ function ewwwio_debug_message( $message ) { ewwwio()->debug_message( $message ); } /** * Saves the in-memory debug log to a logfile in the plugin folder. */ function ewww_image_optimizer_debug_log() { ewwwio()->debug_log(); }