在 linux 服务器上自动执行php脚本

2017-01-20 14:43:10

在 linux 服务器上自动执行php脚本

 

crontablinux自带的一个命令

使php自动运行的方法
php自动运行有很多方法,这里分以下DZ以及一些通过系统完成的方法和直接触发运行驻留系统的方法。
Discuz后台有个计划任务,可以使php自动运行。
DZ计划任务的机制是这样:
1.首先在到了触发计划任务的时间,有访问(会员,游客,搜索引擎的蜘蛛)然后触发该计划任务发生。(因为PHP是触发是语言,没有人去访问他,他什么也做不了。)
2. 计划任务执行.
3.
执行成功,返回执行成功的信息,更新到数据库中记录当前执行的时间,下一次需要执行的时间。

目前让php自动运行的的方法有以下几种方法:
1:在windows下用计划任务
  在linux下用crantab
缺点:必须具有服务器权限

2:用个某个网页隔一段时间去刷新,比如用js或者php程序来实现。
  缺点:必须用某个工具将该页开着。

3:在有用户访问的时候触发
缺点:必须在用户访问的页面里包含触发程序。


crontab定时执行
UNIX的一个命令

crontab-操作每个用户的守护程序和该执行的时间表。

具体的部分参数说明如下:
crontab file [-u user]-用指定的文件替代目前的crontab
crontab-[-u user]-用标准输入替代目前的crontab.
crontab-1[user]-
列出用户目前的crontab.
crontab-e[user]-
编辑用户目前的crontab.
crontab-d[user]-
删除用户目前的crontab.
crontab-c dir-
指定crontab的目录。
crontab文件的格式:M H D m d cmd.
M:
分钟(0-59)。
H:小时(0-23)。
D:天(1-31)。
m: 月(1-12)。
d: 一星期内的天(0~60为星期天)。
cmd要运行的程序,程序被送入sh执行,这个shell只有USER,HOME,SHELL这三个环境变量。
下面是一个例子文件:
#MIN HOUR DAY MONTH DAYOFWEEK COMMAND
#
每天早上6
106* * * date

#每两个小时
0*/2* * * date

#晚上11点到早上8点之间每两个小时,早上部点
0 23-7/28* * * date

#每个月的4号和每个礼拜的礼拜一到礼拜三的早上11
0 11 4* mon-wed date

#1月份日早上4
0 4 1 jan* date
范例
lark:~>crontab-1 列出用户目前的crontab.
#MIN HOUR DAY MONTH DAYOFWEEK COMMAND
10 6* * * date
0*/2* * * date
0 23-7/2,8 * * * date


linux,有多种方式可以实现定时运行,使用最灵活的应该是crontab, 在使用crontab必须特别注意环境变量问题,在此以执行oraclesqlplus为例, 说明crontab的使用方法。
1crontab 使用方法: crontab [ -e | -l | -r ] 文件名 -e:编辑任务 -l:显示任务信息 -r:删除定时执行任务信息

2crontab中处理的文件格式为 分钟 小时 日期 星期 执行的文件名 *代表所有条件 5 * * * * rem /home/oracle/execsql 代表每个小时的5分钟时执行/home/oracle/execsql文件

3 对于sql等需要在特定的环境变量下运行的命令,在执行文件中必须列出。 如在oracle下执行sqlplus,必须按以下格式编写: $ cat execsql ORACLE_HOME=/ora815;export ORACLE_HOME ORACLE_OWNER=oracle;export ORACLE_OWNER ORACLE_SID=ora815;export ORACLE_SID ORACLE_BASE=/ora815/app/oralce;export ORACLE_BASE LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH PATH=$PATH:$ORACLE_HOME/bin:$LD_LIBRARY_PATH;export PATH NLS_LANG=AMERICAN_AMERICA.ZHS16CGB231280;export NLS_LANG /ora815/bin/sqlplus test1/test1 @test1.ext (执行@test1.ext文件,数据库的用户名/密码为test1/test1)

其中要求execsql为可执行的程序 $ ls -al execsql -rwxr-xr-x 1 oracle dba 374 Oct 07 15:17 execsql

使用crontab,使php程序在12:00运行

就按照下面的格式改一下,加在crontab就行了
00 0 * * * cd /你的程序路径;php 你的程序名字.php

这个需要编译的时候有cli或者cgi模式的php.

另外:

若无管理权限,只有虚拟空间
PHP 里有个函数很有用。这是在最近的开发中才逐渐用到的。 int ignore_user_abort ( [bool setting] ) 这个函数的作用是指示服务器端在远程客户端关闭连接后是否继续执行下面的脚本。 setting 参数是一个可选参数。如设置为True,则表示如果用户停止脚本运行,仍然不影响脚本的运行(即:脚本将持续执行);如果设置为False,则表示当用户 停止运行脚本程序时,脚本程序将停止运行。 下面这个例子,在用户关闭浏览器后,该脚本仍然后在服务器上继续执行: ignore_user_abort(); // 后台运行 set_time_limit(0); // 取消脚本运行时间的超时上限 do{ sleep(60); // 休眠1分钟 }while(true); 除非在服务器上关闭这个程序,否则这断代码将永远执行下去。

 

 

例子:

1. 先运行php (相当于windows 下的php.exe) 2 分钟执行一次脚本。

*/2 * * * * /usr/bin/php /home/sh/t.php


 

 

发表评论:

  • Nickname_32 :I was recommended this web site by my cousin I am not sure whether this post is written by him as nobody else know such detailed about my difficulty Youre wonderful Thanks

  • Nickname_65 :Today I went to the beach front with my children I found a sea shell and gave it to my 4 year old daughter and said "You can hear the ocean if you put this to your ear" She put the shell to her ear and screamed There was a hermit crab inside and it pinched her ear She never wants to go back LoL I know this is completely off topic but I had to tell someone

  • Nickname_157 :For the reason that the admin of this web page is working no question very soon it will be renowned due to its quality contents

  • Nickname_160 :Im not sure exactly why but this web site is loading very slow for me Is anyone else having this issue or is it a issue on my end Ill check back later on and see if the problem still exists

  • Nickname_207 :For most recent news you have to pay a quick visit world wide web and on internet I found this site as a best website for latest updates

  • Nickname_435 :Hello to all its in fact a good for me to visit this web site it includes important Information

  • Nickname_455 :Great blog here Also your web site loads up very fast What host are you using Can I get your affiliate link to your host I wish my site loaded up as quickly as yours lol

  • Nickname_468 :I visited multiple web pages but the audio feature for audio songs existing at this web page is genuinely excellent

  • Nickname_470 :I know this site presents quality depending content and extra material is there any other website which gives these kinds of stuff in quality

  • Nickname_561 :Hey there would you mind sharing which blog platform youre working with Im looking to start my own blog soon but Im having a tough time choosing between BlogEngineWordpressB2evolution and Drupal The reason I ask is because your layout seems different then most blogs and Im looking for something completely unique PS Sorry for being offtopic but I had to ask

  • Nickname_563 :You are so interesting I dont suppose Ive truly read a single thing like this before So nice to discover another person with some original thoughts on this topic Seriously thanks for starting this up This site is something that is needed on the web someone with a little originality

  • Nickname_587 :Hello Do you know if they make any plugins to assist with SEO Im trying to get my blog to rank for some targeted keywords but Im not seeing very good success If you know of any please share Many thanks

  • Nickname_606 :I could not refrain from commenting Perfectly written

  • Nickname_664 :Everything is very open with a clear description of the challenges It was really informative Your website is extremely helpful Many thanks for sharing

  • Nickname_673 :Trump seems to me to be preoccupied with polls and economic information quite than the soaring case counts within the nation hardest hit by Covid19 when it comes to confirmed instances and deaths

  • Nickname_725 :Incredible story there What occurred after Good luck

  • Nickname_752 :Good day This post couldnt be written any better Reading through this post reminds me of my previous room mate He always kept chatting about this I will forward this page to him Fairly certain he will have a good read Thank you for sharing

  • Nickname_902 :Im really impressed with your writing skills as well as with the layout on your blog Is this a paid theme or did you modify it yourself Anyway keep up the nice quality writing it is rare to see a great blog like this one today

  • Nickname_1166 :You can definitely see your expertise in the article you write The world hopes for more passionate writers such as you who arent afraid to mention how they believe At all times go after your heart

  • Nickname_1275 :Hurrah Finally I got a weblog from where I be able to in fact get valuable data regarding my study and knowledge

  • Nickname_1306 :I am in fact pleased to read this website posts which consists of lots of useful facts thanks for providing these kinds of data

  • Nickname_1330 :Admiring the commitment you put into your website and in depth information you provide Its awesome to come across a blog every once in a while that isnt the same unwanted rehashed information Wonderful read Ive saved your site and Im including your RSS feeds to my Google account

  • Nickname_1377 :Just wish to say your article is as amazing The clearness in your post is simply great and i could assume you are an expert on this subject Well with your permission let me to grab your feed to keep up to date with forthcoming post Thanks a million and please continue the gratifying work

  • Nickname_1398 :Hey there Do you use Twitter Id like to follow you if that would be ok Im undoubtedly enjoying your blog and look forward to new updates

  • Nickname_1454 :Thanks for finally talking about 无夜游魂 Loved it

  • Nickname_1464 :Wow marvelous weblog format How lengthy have you ever been blogging for you made running a blog glance easy The full look of your site is magnificent as well as the content material

  • Nickname_1503 :Heya im for the first time here I came across this board and I find It really useful it helped me out much I hope to offer one thing back and aid others such as you helped me

  • Nickname_1516 :Hello I just wanted to say that this piece is extremely helpful You’ve done a great job explaining the key points of the subject One of the things I found most interesting was your perspective on the challenges discussed It gave me new insights about how I can use this information I’d love to hear more on related topics like this in upcoming content Thanks for sharing your expertise Eager to read more of your posts All the best

  • Nickname_1530 :Im really impressed with your writing skills and also with the layout on your weblog Is this a paid theme or did you modify it yourself Either way keep up the nice quality writing its rare to see a great blog like this one these days

  • Nickname_1537 :Magnificent beat I would like to apprentice while you amend your site how could i subscribe for a blog web site The account helped me a acceptable deal I have been a little bit acquainted of this your broadcast offered bright transparent idea

  • Nickname_1598 :What i do not understood is in fact how youre now not really much more smartlyliked than you might be right now You are so intelligent You already know therefore significantly when it comes to this matter produced me personally believe it from numerous various angles Its like men and women are not fascinated except its something to accomplish with Woman gaga Your personal stuffs outstanding Always deal with it up

  • Nickname_1642 :Thank you for every other wonderful post The place else may anybody get that type of info in such a perfect approach of writing Ive a presentation next week and I am on the look for such information

  • Nickname_1671 :We stumbled over here from a different web page and thought I may as well check things out I like what I see so now i am following you Look forward to checking out your web page yet again

  • Nickname_1895 :Its very effortless to find out any topic on web as compared to books as I found this post at this site

  • Nickname_1929 :I every time used to read paragraph in news papers but now as I am a user of net thus from now I am using net for content thanks to web

  • Nickname_1957 :Im curious to find out what blog system you have been using Im having some minor security problems with my latest blog and Id like to find something more safe Do you have any suggestions

  • Nickname_2039 :Quality articles is the main to attract the viewers to go to see the website thats what this website is providing

  • Nickname_2043 :Amazing blog Is your theme custom made or did you download it from somewhere A theme like yours with a few simple tweeks would really make my blog stand out Please let me know where you got your theme Bless you

  • Nickname_2044 :Wow This blog looks just like my old one Its on a completely different subject but it has pretty much the same layout and design Great choice of colors

  • Nickname_2053 :Hello there You have done a fantastic job Ill certainly digg it and personally suggest to my friends I am confident they will be benefited from this site

  • Nickname_2084 :May I simply just say what a relief to find someone who truly understands what they are discussing on the internet You definitely know how to bring an issue to light and make it important More people should read this and understand this side of your story I was surprised youre not more popular given that you certainly have the gift

  • Nickname_2104 :Thanks for sharing your thoughts on 在 linux 服务器上自动执行php脚本PHP学习,PHP问题,PHP总结 Regards

  • Nickname_2133 :While some commentators argue that the black box nature of AIenabled medical gadgets has led to an absence of trust and high quality and consequently a gradual adoption of these technologies in follow others are increasingly suggesting that AI

  • Nickname_2153 :Google Photos is a photo sharing and storage service developed by Google Users can seek for anything in photographs with the service returning outcomes from three major categories: People Places and Things

  • Nickname_2195 :Oh my goodness Impressive article dude Thanks However I am encountering issues with your RSS I dont know why I cannot subscribe to it Is there anyone else getting identical RSS issues Anyone that knows the answer can you kindly respond Thanks

  • Nickname_2200 :I always used to study post in news papers but now as I am a user of internet thus from now I am using net for articles thanks to web

  • Nickname_2220 :Pretty nice post I just stumbled upon your weblog and wanted to say that Ive truly enjoyed surfing around your blog posts After all I will be subscribing to your feed and I hope you write again soon

  • Nickname_2262 :Hey I am so delighted I found your weblog I really found you by mistake while I was browsing on Yahoo for something else Regardless I am here now and would just like to say thanks for a remarkable post and a all round thrilling blog I also love the themedesign I dont have time to look over it all at the moment but I have bookmarked it and also added in your RSS feeds so when I have time I will be back to read a lot more Please do keep up the excellent job

  • Nickname_2316 :Currently it looks like Drupal is the best blogging platform out there right now from what Ive read Is that what you are using on your blog

  • Nickname_2326 :Taking this product without appropriate fluid may create it to swell and obstruct your throat or esophagus and may create choking

  • Nickname_2335 :Heya just wanted to give you a brief heads up and let you know a few of the pictures arent loading correctly Im not sure why but I think its a linking issue Ive tried it in two different browsers and both show the same outcome

  • Nickname_2402 :This website was how do you say it Relevant Finally Ive found something which helped me Cheers

  • Nickname_2438 :Soy Amber tengo 23 años y soy de Burriana provincia de Castellón Soy periodista y tengo dos hijos Pablo de 6 años y Martina de 3 ¡Gracias

  • Nickname_2467 :I just like the valuable information you provide in your articles I will bookmark your weblog and test once more right here regularly I am reasonably sure Ill be told a lot of new stuff right right here Best of luck for the next

  • Nickname_2672 :Thanks very nice blog

  • Nickname_2779 :Im truly enjoying the design and layout of your blog Its a very easy on the eyes which makes it much more enjoyable for me to come here and visit more often Did you hire out a designer to create your theme Great work

  • Nickname_2785 :Hey I could have sworn Ive been to this blog before but after browsing through some of the post I realized its new to me Nonetheless Im definitely glad I found it and Ill be bookmarking and checking back frequently

  • Nickname_2839 :Keep on working great job

  • Nickname_2868 :Interesting article I also focus on online marketing and agree that that proper search engine optimization is highly effective Last month I launched online ads for a client — the impact surprised: sales boost by 50 If you wish to learn more about SEO promotion go to my website I’d enjoy share experience

  • Nickname_2912 :I am regular visitor how are you everybody This piece of writing posted at this website is really nice

  • Nickname_2953 :Hi i believe that i saw you visited my weblog thus i got here to go back the desireIm attempting to in finding issues to improve my websiteI suppose its ok to make use of a few of your ideas

  • Nickname_2981 :Write more thats all I have to say Literally it seems as though you relied on the video to make your point You definitely know what youre talking about why throw away your intelligence on just posting videos to your site when you could be giving us something enlightening to read

  • Nickname_3056 :Do you have a spam problem on this website; I also am a blogger and I was wondering your situation; we have developed some nice methods and we are looking to swap methods with others why not shoot me an email if interested

  • Nickname_3104 :I think that is among the such a lot vital info for me And i am glad reading your article However wanna statement on some normal things The website taste is perfect the articles is really excellent : D Just right task cheers

  • Nickname_3111 :This website really has all the information and facts I needed about this subject and didnt know who to ask

  • Nickname_3141 :¡Saludos Soy Kurt resido en Abarán provincia de Región de Murcia y el balonmano es mi gran pasión Estoy casado y tenemos dos hijos Ana de 8 años y Pablo de 6

  • Nickname_3142 :Hi there i am kavin its my first occasion to commenting anywhere when i read this post i thought i could also create comment due to this sensible article

  • Nickname_3178 :I think that is among the so much important info for me And i am happy reading your article However should observation on few common things The web site taste is wonderful the articles is really excellent : D Just right process cheers

  • Nickname_3181 :This is my first time pay a quick visit at here and i am actually pleassant to read everthing at alone place

  • Nickname_3255 :Wonderful blog you have here but I was wanting to know if you knew of any forums that cover the same topics talked about in this article Id really like to be a part of online community where I can get feedback from other experienced people that share the same interest If you have any suggestions please let me know Bless you

  • Nickname_3472 :Hi i am kavin its my first occasion to commenting anyplace when i read this article i thought i could also make comment due to this sensible article

  • Nickname_3489 :This is a topic thats near to my heart Many thanks Exactly where are your contact details though

  • Nickname_3524 :Such systems can scan a bowling lane and produce a 3D topographic map showing if the surface is correctly oiled and leveled Digital lane monitoring systems are now used to ensure lanes are up to standard

  • Nickname_3592 :Definitely consider that which you stated Your favorite justification seemed to be on the internet the simplest factor to be aware of I say to you I definitely get annoyed while folks consider worries that they just dont realize about You managed to hit the nail upon the top as neatly as outlined out the whole thing with no need sideeffects other people could take a signal Will likely be again to get more Thank you

  • Nickname_3598 :It is actually a nice and useful piece of information Im satisfied that you just shared this useful information with us Please stay us up to date like this Thank you for sharing

  • Nickname_3681 :My family all the time say that I am wasting my time here at net except I know I am getting experience every day by reading thes good content

  • Nickname_3685 :Tremendous issues here Im very happy to see your post Thank you so much and I am taking a look ahead to contact you Will you kindly drop me a email

  • Nickname_3695 :Hi I’d like to mention that this article is very wellwritten I really enjoyed how you presented the core ideas of the subject One of the things I found most interesting was your perspective on this aspect It gave me new insights about the realworld implications Could you possibly write about related topics like this in upcoming content Thanks for sharing your expertise Looking forward to more content from you Cheers

  • Nickname_3702 :Your style is really unique compared to other people I have read stuff from Many thanks for posting when youve got the opportunity Guess I will just book mark this web site

  • Nickname_3751 :Hello there I know this is kinda off topic but I was wondering which blog platform are you using for this website Im getting fed up of Wordpress because Ive had problems with hackers and Im looking at options for another platform I would be awesome if you could point me in the direction of a good platform

  • Nickname_3753 :This is very interesting You are a very skilled blogger I have joined your feed and look forward to seeking more of your magnificent post Also I have shared your website in my social networks

  • Nickname_3775 :When I originally commented I clicked the "Notify me when new comments are added" checkbox and now each time a comment is added I get three emails with the same comment Is there any way you can remove people from that service Many thanks

  • Nickname_3793 :For example B can exchange frames with A and C but it cant attain D while C can reach B and D but not A

  • Nickname_3804 :I every time used to study post in news papers but now as I am a user of internet therefore from now I am using net for posts thanks to web

  • Nickname_3825 :Great blog Is your theme custom made or did you download it from somewhere A theme like yours with a few simple tweeks would really make my blog stand out Please let me know where you got your theme With thanks

  • Nickname_3855 :Hi my family member I want to say that this article is awesome nice written and include almost all vital infos I would like to look more posts like this

  • Nickname_3863 :I am not sure where you are getting your info but good topic I needs to spend some time learning more or understanding more Thanks for magnificent info I was looking for this info for my mission

  • Nickname_3873 :If some one desires to be updated with hottest technologies afterward he must be pay a visit this site and be up to date everyday

  • Nickname_3884 :Americans invest greater than 30 billion every year on corresponding wellness products and methods

  • Nickname_3886 :I like it when people come together and share thoughts Great website stick with it

  • Nickname_3946 :Yet the fundamental relationshipsbetween living points on the planet continue to be the very same

  • Nickname_3954 :Its impressive that you are getting thoughts from this piece of writing as well as from our discussion made at this place

  • Nickname_3961 :You could definitely see your enthusiasm in the article you write The arena hopes for more passionate writers like you who arent afraid to say how they believe At all times follow your heart

  • Nickname_4137 :Thankfulness to my father who told me concerning this web site this website is genuinely remarkable

  • Nickname_4182 :Wow beautiful website Thnx

  • Nickname_4228 :I read this paragraph fully about the resemblance of latest and preceding technologies its awesome article

  • Nickname_4302 :Why users still make use of to read news papers when in this technological world everything is existing on web

  • Nickname_4304 :Everyone loves it when individuals get together and share ideas Great website stick with it

  • Nickname_4329 :Remarkable Its truly amazing piece of writing I have got much clear idea regarding from this piece of writing

  • Nickname_4378 :Hey I know this is somewhat off topic but I was wondering which blog platform are you using for this site Im getting sick and tired of Wordpress because Ive had issues with hackers and Im looking at options for another platform I would be awesome if you could point me in the direction of a good platform

Powered by PHP 学习者(mail:517730729@qq.com)

原百度博客:http://hi.baidu.com/ssfnadn

备案号:闽ICP备17000564号-1

开源中国 PHPCHINA