Skip to content

Instantly share code, notes, and snippets.

View miracle777's full-sized avatar
💭
I may be slow to respond.

Masaru Kumazaki miracle777

💭
I may be slow to respond.
View GitHub Profile
@miracle777
miracle777 / hamburger_menu_left
Last active May 18, 2022 17:40
左から+通常
左から+通常
------
こちらのサイトで掲載されているコードをカスタマイズしました。
https://knoweb.net/html-css/css/responsive-hamburgermenu/#%E6%A8%AA%E3%81%8B%E3%82%89%E5%87%BA%E3%81%A6%E3%81%8F%E3%82%8B%E3%83%A1%E3%83%8B%E3%83%A5%E3%83%BC
A [Pen](https://codepen.io/miracle777/pen/RwQVrqX) by [Masaru Kumazaki](https://codepen.io/miracle777) on [CodePen](https://codepen.io).
[License](https://codepen.io/license/pen/RwQVrqX).
<?php
//URL読み込みテスト
$urldata; //読み込みURL
$count; //取り出し回数
$check_count; //探す文字の出現回数
$html_base; //読み込んだページソース
$check_html; //探す文字列
$check_html_end; //探す文字列の終わりを調べる文字列