示例#1
0
        public static bool PhpCredits(PhpCreditsSections sections)
        {
            PhpNetInfo.Write(PhpNetInfo.Sections.Credits, ScriptContext.CurrentContext.Output);

            return(true);
        }
示例#2
0
 public static int PhpInfo()
 {
     PhpNetInfo.Write(PhpNetInfo.Sections.All, ScriptContext.CurrentContext.Output);
     return(1);
 }
示例#3
0
 public static int PhpInfo(PhpInfoSections sections)
 {
     PhpNetInfo.Write((PhpNetInfo.Sections)sections, ScriptContext.CurrentContext.Output);
     return(1);
 }