PHP

インストール方法:
1.composerモジュールをダウンロード
sudo curl -sS | sudo php -d detect_unicode=Off

2.ファイルのパーミッションを変更

PHP

1.PHPの拡張モジュールをインストール
yum install gcc
yum install libxml2-devel curl-devel libjpeg libjpeg-devel libpng-devel ...

PHP

1.PHPソースパッケージを解凍
tar xvf php-5.3.5.tar.bz2
cd php-5.3.5

2.phpizeを実行
cd ext/ftp
$PREFIX/php/bin/ ...

PHP

1.PHPコード:
class Math {
const num=3.14;

public function showNum(){
return self::num;
}
} ...

PHP

1.PHPのmongoモジュールのコンパイル、インストール
# wget
# tar zxvf mongo-1.5.2.tgz
# cd mongo-1.5.2
#/usr/bin/phpize ...

PHP

PHPコード:
echo $fileddata;
if($fileddata){
$fileddata = implode(‘|||’,$fileddata);
}
ec ...

PHP

PHPコード:
if( file_exists( $path ) )
{
$body = file_get_contents($path);
echo $body ;//ファイルの内容を出力
} ...

PHP

phpコード
<?
$file_name=”startnews24.txt”;
echo $file_name.”
“;
$fp=fopen ...

PHP

PHPコード:
<?php
define( ‘NL’, “\n” );  //NL-newline
define( ‘TB’, &# ...

PHP

PHPの正規表現式のコード:
$email_reg = ‘/+**@+**(?:{1}{2,4})+/’;
$url_reg = ‘/<a*?href=”(http ...

PHP

PHPの処理定義関数:
<?php

function imageResizer($url, $width, $height) {

header(‘Content-type: image ...

PHP

PHPコード:
public function downloads($name){
$name_tmp = explode(“_”,$name);
$type = $name_tmp; ...

PHP

PHPコード:
function getfilecounts($ff){

$dir = ‘./’.$ff;
$handle = opendir($dir);
$i = 0; ...

PHP

PHPコード:
<?php

if (isset($_POST)){
$error = ”;
$username = trim(stripslashes($_POST));

Rocky Linux 8

OSバージョンの確認
# cat/etc/redhat-release
Rocky Linux release 8.4 (Green Obsidian)

1.podmanをインストール
# dnf ...

Rocky Linux 8

1.OSバージョンの確認
# cat/etc/redhat-release
Rocky Linux release 8.4 (Green Obsidian)

2.redhat-lsbをインストール

Windows10

ダウンロード:
提供元サイトからダウンロード

更新内容:

The highlights of this release include:

Light Locker replaces xscreen ...

Android

ダウンロード:
提供元サイトからダウンロード
更新内容:
Smoother experience (pull to refresh and swiping)
Fixes open article dir ...