Help for this page

Select Code to Download


  1. or download this
    allow:test1,"@test 2 " deny:test3,test4 password:"123   456"
    
  2. or download this
    $hash = (
             allow => [test1, "@test 2 "],
             deny  => [test3, test4],
             password => "123   456",
            );