⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 indexer_cli.phpsh

📁 Typo3, 开源里边最强大的
💻 PHPSH
字号:
#! /usr/bin/php -q<?php// *****************************************// Standard initialization of a CLI module:// *****************************************	// Defining circumstances for CLI mode:define('TYPO3_cliMode', TRUE);	// Defining PATH_thisScript here: Must be the ABSOLUTE path of this script in the right context:	// This will work as long as the script is called by it's absolute path!define('PATH_thisScript',$_ENV['_']?$_ENV['_']:$_SERVER['_']);	// Include configuration file:require(dirname(PATH_thisScript).'/conf.php');	// Include init file:require(dirname(PATH_thisScript).'/'.$BACK_PATH.'init.php');# HERE you run your application!?>

⌨️ 快捷键说明

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