質問編集履歴

2

\.\.

2017/05/22 22:38

投稿

happy_tera
happy_tera

スコア159

test CHANGED
@@ -1 +1 @@
1
- .テーブルの常時監視と多重起動の防止
1
+ テーブルの常時監視と多重起動の防止
test CHANGED
File without changes

1

\.

2017/05/22 22:38

投稿

happy_tera
happy_tera

スコア159

test CHANGED
@@ -1 +1 @@
1
- テーブルの常時監視と多重起動の防止
1
+ .テーブルの常時監視と多重起動の防止
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```php
10
10
 
11
- while($res = pdo("select flag from table_name where user_id = 1"))//まだどのcronも
11
+ while($res = pdo("select flag from table_name where user_id = 1"))//まだ一度も実行されていなければtrue
12
12
 
13
13
 
14
14