← 記事に戻る
# PHPのインターフェイスとやら簡単に言えば。

インターフェイスとはなんぞや? 簡単に言えばこのメソッド名は必ず使えです。 無ければエラーになります。 大規模な開発から中規模な開発時には一応必要かな?

```php
<?php
interface  test1{
    public function test_11(int $val=1);
    public function test_12(string $val="000");
}
class demo implements test1{
    public function demo1(int $val=0){
        return $this->test_11($val);
    }
    public function test_11(int $val=1){
        return $val;
    }
    public function test_12(string $val=""){
        return $val;
    }
}
$demo = new demo();
print $demo->demo1(111);
```

 [ ![](https://zip358.com/wp-content/uploads/2026/01/image-25-300x300.png) 広告と収入と狭間.

 ](https://zip358.com/2026/01/27/%e5%ba%83%e5%91%8a%e3%81%a8%e5%8f%8e%e5%85%a5%e3%81%a8%e7%8b%ad%e9%96%93.html) 

 [ ![](https://zip358.com/wp-content/uploads/2026/01/image-24-scaled.png) 年齢とか技術とか見た目とかさ.

 ](https://zip358.com/2026/01/26/%e5%b9%b4%e9%bd%a2%e3%81%a8%e3%81%8b%e6%8a%80%e8%a1%93%e3%81%a8%e3%81%8b%e8%a6%8b%e3%81%9f%e7%9b%ae%e3%81%a8%e3%81%8b%e3%81%95.html) 

 [ ![](https://zip358.com/wp-content/uploads/2026/01/image-23.png) OSS:オープンソースソフトウェア

 ](https://zip358.com/2026/01/25/oss%ef%bc%9a%e3%82%aa%e3%83%bc%e3%83%97%e3%83%b3%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%bd%e3%83%95%e3%83%88%e3%82%a6%e3%82%a7%e3%82%a2.html) 

 [ ![](https://zip358.com/wp-content/uploads/2026/01/image-21.png) お笑い芸人は貴方より

 ](https://zip358.com/2026/01/24/%e3%81%8a%e7%ac%91%e3%81%84%e8%8a%b8%e4%ba%ba%e3%81%af%e8%b2%b4%e6%96%b9%e3%82%88%e3%82%8a.html) 

 [ ![](https://zip358.com/wp-content/uploads/2026/01/G_FRW6fWwAAlplE-scaled.jpeg) ドラマ:冬と春のアレ

 ](https://zip358.com/2026/01/23/%e3%83%89%e3%83%a9%e3%83%9e%ef%bc%9a%e5%86%ac%e3%81%a8%e6%98%a5%e3%81%ae%e3%82%a2%e3%83%ac.html)