質問するログイン新規登録

質問編集履歴

1

2015/02/05 03:09

投稿

impres
impres

スコア56

title CHANGED
File without changes
body CHANGED
@@ -2,12 +2,10 @@
2
2
 
3
3
  例:
4
4
 
5
- ```lang-php
6
5
  <?php
7
6
  if( preg_match( '/(hoge\n+hoge\n+)/i' , array( 'file' , 'hoge hoge => huga', test') , $match) )
8
7
  {
9
- $items[] = $match[1];
8
+ $items[] = $match[1];
10
- }else{
9
+ }else{
11
10
  }
12
- ?>
11
+ ?>
13
- ```