Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
sphinx0.9.8バージョンを使用しています。私のPHPバージョンは5.3.1です。sphinx apiを統合した後、assert()に関する警告が表示されます。どうすればその問題を修正できますか?どんな体も私を助けることができますか?
ありがとう
さて..パラメータとして整数が必要な場合は、次のようにコードを記述します。
$sphinx->method((int) $param1);
編集:実際の例:
$src = new SphinxClient(); $src->SetServer('127.0.0.1', 9393); $src->SetLimits((int) $offset, (int) $per_page);
今見ます?