「PHP入門」PHPはMySQLデータベース仁対してバックアップするプログラム
サンプルコード:
<?php
mysql_connect(‘localhost’, ‘startnews24_test’, ‘StartNews24 ...
「PHP入門」ダブルバイトの文字を切断するプログラム
処理コード:
function substr($string, $length)
{
$i = 0;
$j = 0;
while($i < $length)
{
$ch ...
「PHP入門」円グラフを生成クラスとサンプルプログラム
1.ファイル名
piechart.cls.php
2.画像生成クラスのサンプルコード:
<?php
/*
* 円グラフ画像を生成
*/
class PieChart { ...
「PHP言語」ファイルおよび所属フォルダを削除
サンプルコード:
<?php
//$dirファイル名 eg:admin/runtime
//ディレクトリ及びディレクトリのファイルを削除関数
function deldir($dir) { ...
「PHP」データベースの中のファイル記録数によってファイルを削除する
サンプルコード:
<?php
//機能:データベースの中のカラムとフォルダのファイルが一致するかどうかを判断する
//一致しない場合、ファイルを削除して、システム負荷を削減する
//$di ...
「PHP」フォルダのすべてのファイルをフォルダを遍歴する方法1
<?php
//あるフォルダのすべてのファイルとフォルダを遍歴する
//方法1
$dir=”D:”;
static $dir_list =0;
static $fi ...
「PHP」適して読むの形式のファイルサイズ表示
サンプルコード:
/**
* Returns a human readable filesize
*
* @author wesman20 (php.net)
* @author Jonas J ...
「PHP」Zend Frameworkファイルをアップロードしてリネーム
サンプルコード:
//ファイルアップロードクラスをインスタンス化
$fName=$this->_request->getPost(‘fName’);
$adapter = ...
ウェブサイト保存ツールHTTrack3.48.17ダウンロード
ダウンロード
提供元サイトからダウンロード
概要:
It allows you to download a World Wide Web site from the Internet to a loca ...
NetLimiter 4.0.7.0 をダウンロード
ダウンロード
提供元サイトからダウンロード
更新内容:
Impossibility to register NetLimiter 4 with NetLimiter 4 lite key.
Some S ...
「Java」replaceFirst()を利用するサンプル
サンプルコード
package com.arkgame;public class ReplaceFirstDemo {public static void main(String+", "cft");System.out.pri ...KTIMER 1.87 ダウンロード
ダウンロード
提供元サイトからダウンロード
概要:
ストップウォッチやタイマー、連続タイマー、チャイム・スケジュール付き時計です。
「JavaScript入門」指定時間後にウィンドウを閉じるサンプル
JSコード
setTimeout(function () {
window.open(‘about:blank’, ‘_self’).close();
}, 20 ...
文字列入力支援ユーティリティCLips9.56ダウンロード
ダウンロード
提供元サイトからダウンロード
「JavaScript」Array.keys()で配列の各キーで構成されたIteratorを返すサンプル
説明
keys() メソッドは、配列の各インデックスのキーを含む、
新しい Array Iterator オブジェクトを返します。
JSコード
LibreOffice 4.2.6 RC 1 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
WinUtilities Free Edition 11.15 ダウンロード
ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
更新内容:
Improved 1-Click maintenanceUpdated Process Sec ...
「jQuery」event.keyでキーコードを判定するサンプル
環境
jQuery 3.6.0
書式
$(セレクタ名).keydown(function(event) {
if (event.key === “Shift”){処理コード1 ...