インターネットでこのコードを見つけました...私は本当にphpについて知りません...誰か技術を教えてください..
<?php
function catch_that_image() {
global $post, $posts;
$first_img = '';
ob_start();
ob_end_clean();
$output = preg_match_all('<img.+src=[\'"]([^\'"]+)[\'"].*>', $post->post_content, $matches);
$first_img = $matches [1] [0];
if(empty($first_img)){ //Defines a default image
$first_img = "/images/default.jpg";
}
return $first_img;
}
?>
交換方法<img.+src=[\'"]([^\'"]+)[\'"].*>
このテキストで「=」の後と「]」の前に単語を取りたい場合:
[image name=ubuntustudio-tribal-54]
or
[image name=office-tool]
or
[image name=car]
or
[image name=158]
出力が必要です TAKE "az or symbol or number" AFTER THIS "=" and BEFORE THIS "]"
ありがとう